Skip to content

Commit 8fb13e8

Browse files
authored
Merge pull request #155 from sil-org/briskt-patch-1
Push an image for tags
2 parents 903cf27 + 3770d3b commit 8fb13e8

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)