mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Don't run CI on master branch pushes.
All pushes have already been checked in the pull request. This is just duplicate work, wasting GH action runners.
This commit is contained in:
parent
aa64ecc34e
commit
93fa988a9d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user