ci: do not run tests on master push

bors already tests the *result* of merging PRs into master, and then
pushes the *exact same commit* to master on success, so it's guaranteed
to pass CI. No point in running everything again.

This'll make other CI runs faster, since we have so many jobs that we're
always running against the GHA limit of 10 concurrent jobs.
master
Dario Nieuwenhuis 2021-10-21 01:53:56 +02:00
parent 221eaf90f1
commit 68c6a85a71
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
on:
push:
branches: [ staging, trying, master ]
branches: [ staging, trying ]
pull_request_target:
name: Clippy check

View File

@ -1,6 +1,6 @@
on:
push:
branches: [ staging, trying, master ]
branches: [ staging, trying ]
pull_request:
name: Fuzz

View File

@ -1,6 +1,6 @@
on:
push:
branches: [ staging, trying, master ]
branches: [ staging, trying ]
pull_request:
name: Rustfmt check

View File

@ -1,6 +1,6 @@
on:
push:
branches: [ staging, trying, master ]
branches: [ staging, trying ]
pull_request:
name: Test