Skip to content

Commit 9a64730

Browse files
committed
feat: run release.yml workflow on branch dev
Signed-off-by: oSumAtrIX <[email protected]>
1 parent a108c92 commit 9a64730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- main
6+
- dev
67
pull_request:
78
branches:
89
- main
10+
- dev
911
jobs:
1012
release:
1113
name: Release

0 commit comments

Comments
 (0)