Skip to content

Commit 0ba32aa

Browse files
authored
CI file fixes. (#116)
1 parent 5f88977 commit 0ba32aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
publish:
4040
needs: [compile, test]
41-
if: github.event_name == 'release'
41+
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout repo

0 commit comments

Comments
 (0)