Don't run GitHub actions on pull_request

This is already covered by push, so we can prevent running jobs twice.
This commit is contained in:
Leroy Hopson 2021-07-07 22:07:27 +07:00
parent c95049c407
commit 748941f7ff
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -1,6 +1,6 @@
name: build
on: [ push, pull_request ]
on: [ push ]
jobs:
build: