Skip to content

Commit 4e808dd

Browse files
committed
ci: fix
1 parent b2c8af0 commit 4e808dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
name: Deploy and Publish
88

99
on:
10-
push:
11-
branches: [ '**' ]
10+
workflow_run:
11+
workflows: ["Build and Test"]
12+
branches: [ master ]
13+
types:
14+
- completed
1215

1316
# Allows you to run this workflow manually from the Actions tab
1417
workflow_dispatch:

0 commit comments

Comments
 (0)