forked from DGNum/colmena
.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)
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- Build
|
||||
push:
|
||||
branches:
|
||||
- release-0.3.x
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue