.github: workflow_run triggers can't be used on non-default branches
[ci skip] for main
This commit is contained in:
parent
a12d7e1115
commit
b52ac7e94f
1 changed files with 1 additions and 5 deletions
6
.github/workflows/manual-stable.yml
vendored
6
.github/workflows/manual-stable.yml
vendored
|
@ -5,13 +5,9 @@
|
||||||
name: Manual (Stable)
|
name: Manual (Stable)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows:
|
|
||||||
- Build
|
|
||||||
branches:
|
branches:
|
||||||
- release-0.3.x
|
- release-0.3.x
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue