Stop running duplicate tests on push

I don't push direct to the main branches, and having this enabled
doubles the number of tests that run on my PRs. So just reduce this
to PRs only.
This commit is contained in:
Dan Smith 2023-01-19 14:58:10 -08:00 committed by Dan Smith
parent 46a99514ec
commit 0b6def9281

View File

@ -1,7 +1,6 @@
name: Tests
on:
pull_request:
push:
jobs:
style:
name: Style checks