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