GitHub Actions: Only run on push, not pull requests

This commit is contained in:
2020-04-07 09:46:03 -05:00
parent af4a6d6a4e
commit f80263e71e

View File

@@ -1,5 +1,5 @@
name: Test
on: [push, pull_request]
on: push
jobs:
build:
runs-on: self-hosted