mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Don't run actions on some events
push(master) is not run because they would be run on staging anyway. pull_request(staging, trying) are not run because pull requests shouldn't be made to them
This commit is contained in:
parent
3b16d812b6
commit
510f4cc055
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Linux
|
||||
on:
|
||||
push:
|
||||
branches: [master, staging, trying]
|
||||
branches: [staging, trying]
|
||||
pull_request:
|
||||
branches: [master, staging, trying]
|
||||
branches: [master]
|
||||
types: [opened, reopened, synchronize]
|
||||
jobs:
|
||||
test-release:
|
||||
|
|
Loading…
Reference in a new issue