disable test on push
This commit is contained in:
parent
2d1554ce67
commit
9190f7bcd8
|
@ -6,11 +6,11 @@ on:
|
|||
- "master"
|
||||
paths:
|
||||
- "srcpkgs/**"
|
||||
push:
|
||||
branches:
|
||||
- "dev-**"
|
||||
paths:
|
||||
- "srcpkgs/**"
|
||||
# push:
|
||||
# branches:
|
||||
# - "dev-**"
|
||||
# paths:
|
||||
# - "srcpkgs/**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue