Skip to content

Commit 37a6140

Browse files
committed
ci: add pull request closed trigger for version bump workflow
1 parent 7ab1ed1 commit 37a6140

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
push:
88
branches:
99
- master
10+
pull_request:
11+
types: [closed]
12+
branches:
13+
- master
1014

1115
jobs:
1216
bump_version:

0 commit comments

Comments
 (0)