Skip to content

Commit ea2d7b1

Browse files
author
Ron de las Alas
committed
ci: conditionally tag
1 parent 352acb9 commit ea2d7b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- run: gulp test
5151
- run: gulp zip
5252
- name: Tag build
53+
if: (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/develop') || startsWith(github.ref, 'refs/heads/hotfix') || startsWith(github.ref, 'refs/heads/release')
5354
run: |
5455
TRAVIS_TAG="${{github.ref_name}}" TRAVIS_COMMIT="${{github.sha}}" travis/deploy-prebuilt.sh
5556

0 commit comments

Comments
 (0)