Skip to content

Commit dc9404b

Browse files
committed
Update release-dev.yaml to specify dev branch for new version releases
1 parent 7040c87 commit dc9404b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-dev.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: Release new version
1+
name: Release new version - dev only
22

33
on:
4+
push:
5+
branches:
6+
- dev
47
workflow_dispatch:
58
inputs:
69
branchName:

0 commit comments

Comments
 (0)