Skip to content

Commit 5e87d20

Browse files
authored
ci: 👷 needs to push to main, not from PRs (#23)
## Description The release workflow needs to push back to main, so can't use the `on.pull_request` trigger. <!-- Select quick/in-depth as necessary --> This PR does not need a review.
1 parent c02e17c commit 5e87d20

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Update version
22

33
on:
4-
pull_request:
5-
types:
6-
- closed
4+
push:
75
branches:
86
- main
97

0 commit comments

Comments
 (0)