Skip to content

Commit b463d6d

Browse files
authored
Update main.yml
1 parent 984e0f0 commit b463d6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
jobs:
78
build:
89
runs-on: ubuntu-latest
@@ -12,5 +13,6 @@ jobs:
1213
uses: anothrNick/github-tag-action@master
1314
env:
1415
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
RELEASE_BRANCHES: master
1517
DEFAULT_BUMP: patch
1618
WITH_V: false

0 commit comments

Comments
 (0)