Skip to content

Commit ae2aaee

Browse files
committed
make tarball workflow completion trigger website deploy
1 parent 043697a commit ae2aaee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
push:
1010
branches:
1111
- main
12+
workflow_run:
13+
workflows: [Build Tarballs]
14+
types:
15+
- completed
1216
concurrency:
1317
group: website
1418
jobs:

0 commit comments

Comments
 (0)