.github: workflow_run triggers can't be used on non-default branches

[ci skip] for main
This commit is contained in:
Zhaofeng Li 2021-12-07 23:27:36 -08:00
parent a12d7e1115
commit b52ac7e94f

View file

@ -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