Skip to content

Commit 162cc42

Browse files
committed
fix(workflows): remove main branch trigger from release job
Remove the main branch trigger in release workflow to avoid redundant triggers for repositories using only the master branch.
1 parent ef91aa0 commit 162cc42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: release
33
on:
44
push:
55
branches:
6-
- main
76
- master
87

98
jobs:

0 commit comments

Comments
 (0)