Skip to content

Commit ec2f9d2

Browse files
authored
Update ci.yml
1 parent f217013 commit ec2f9d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
publish:
5151
needs: [ compile, test ]
5252
if: (github.event_name == 'push' && contains(github.ref, 'refs/tags/')) ||
53-
github.event_name == 'workflow_dispatch'
53+
github.event_name == 'workflow_dispatch'
5454
runs-on: ubuntu-latest
5555
permissions:
5656
contents: read

0 commit comments

Comments
 (0)