Skip to content

Commit fe7f8e4

Browse files
committed
Remove branches from push trigger
1 parent d900e7b commit fe7f8e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- next
4+
push
85
pull_request:
96
types: [opened, labeled]
107
branches:

0 commit comments

Comments
 (0)