Skip to content

Commit 3770d3b

Browse files
authored
Allow build and publish on tag refs
1 parent 001dd48 commit 3770d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
build-and-publish:
101101
name: Build and Publish
102102
needs: [ 'tests', 'lint' ]
103-
if: github.ref_name == 'main' || github.ref_name == 'develop'
103+
if: github.ref_name == 'main' || github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/')
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Checkout code

0 commit comments

Comments
 (0)