.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) 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