We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 903cf27 + 3770d3b commit 8fb13e8Copy full SHA for 8fb13e8
.github/workflows/test-deploy-publish.yml
@@ -100,7 +100,7 @@ jobs:
100
build-and-publish:
101
name: Build and Publish
102
needs: [ 'tests', 'lint' ]
103
- if: github.ref_name == 'main' || github.ref_name == 'develop'
+ if: github.ref_name == 'main' || github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/')
104
runs-on: ubuntu-latest
105
steps:
106
- name: Checkout code
0 commit comments