Skip to content

Commit d900e7b

Browse files
committed
Change workflow triggers
1 parent ecd7701 commit d900e7b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Release
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- next
8+
pull_request:
9+
types: [opened, labeled]
10+
branches:
11+
- main
12+
- next
413

514
jobs:
615
release:

0 commit comments

Comments
 (0)