Skip to content

Commit a7e38ed

Browse files
authored
Merge pull request #15 from git-mastery/woojiahao/workflow-run-v2
Use workflow_run again
2 parents 1445b5a + bfb9f48 commit a7e38ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build and release Git-Mastery CLI
22

33
on:
4+
workflow_run:
5+
workflows:
6+
- Bump version tag on merge
7+
types:
8+
- completed
49
workflow_dispatch:
510
push:
611
tags:

0 commit comments

Comments
 (0)