Skip to content

Commit 58dcb04

Browse files
authored
hopefully final push
1 parent ec2f9d2 commit 58dcb04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949

5050
publish:
5151
needs: [ compile, test ]
52-
if: (github.event_name == 'push' && contains(github.ref, 'refs/tags/')) ||
53-
github.event_name == 'workflow_dispatch'
52+
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
5453
runs-on: ubuntu-latest
5554
permissions:
5655
contents: read

0 commit comments

Comments
 (0)