Skip to content

Commit 80e6b01

Browse files
authored
Update release-dev.yml
1 parent 82abda5 commit 80e6b01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-dev.yml

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

33
on:
4+
push:
5+
branches:
6+
- main
7+
- develop
48
workflow_dispatch:
59

610
jobs:
@@ -77,4 +81,4 @@ jobs:
7781
fi
7882
done
7983
env:
80-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)