Skip to content

Commit 1de6464

Browse files
committed
release: remove automatic workflow trigger
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.
1 parent fef64ec commit 1de6464

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)