We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b839763 commit 863f7c8Copy full SHA for 863f7c8
.github/workflows/build.yaml
@@ -86,7 +86,7 @@ jobs:
86
87
publish:
88
name: Publish
89
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(toJSON(github.event.commits.*.message), '[skip ci]')
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
90
runs-on: ubuntu-latest
91
needs: package
92
steps:
0 commit comments