.github: Run user manual build after main build workflow

This commit is contained in:
Zhaofeng Li 2021-12-05 01:30:17 -08:00
parent 804cf1f85e
commit e609301a72
2 changed files with 11 additions and 3 deletions

View file

@ -5,9 +5,13 @@
name: Manual (Stable)
on:
push:
workflow_run:
workflows:
- Build
branches:
- "release-0.3.x"
- release-0.3.x
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest

View file

@ -1,9 +1,13 @@
name: Manual
on:
push:
workflow_run:
workflows:
- Build
branches:
- main
types:
- completed
jobs:
deploy-unstable:
runs-on: ubuntu-latest