We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f217013 commit ec2f9d2Copy full SHA for ec2f9d2
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@
50
publish:
51
needs: [ compile, test ]
52
if: (github.event_name == 'push' && contains(github.ref, 'refs/tags/')) ||
53
- github.event_name == 'workflow_dispatch'
+ github.event_name == 'workflow_dispatch'
54
runs-on: ubuntu-latest
55
permissions:
56
contents: read
0 commit comments