mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Merge #1804
1804: Don't run actions on some events r=CreepySkeleton a=pksunkara Co-authored-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>
This commit is contained in:
commit
9060e3e563
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
|
name: Linux
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, staging, trying]
|
branches: [staging, trying]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, staging, trying]
|
branches: [master]
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
jobs:
|
jobs:
|
||||||
test-release:
|
test-release:
|
||||||
|
|
Loading…
Reference in a new issue