Skip to content

Commit 452981c

Browse files
authored
release: remove automatic workflow trigger (#943)
Remove the trigger to automatically run the release workflow when changes are merged to the release branch. This will give us better control over our release process and allow us to make changes to the branch if needed without running the workflow.
2 parents a665e70 + 1de6464 commit 452981c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ release ]
75

86
jobs:
97
# ================================

0 commit comments

Comments
 (0)