Skip to content

Commit 863f7c8

Browse files
committed
ci: Removing annotation to skip continuous integration
Signed-off-by: Vincent Boutour <[email protected]>
1 parent b839763 commit 863f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
publish:
8888
name: Publish
89-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(toJSON(github.event.commits.*.message), '[skip ci]')
89+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
9090
runs-on: ubuntu-latest
9191
needs: package
9292
steps:

0 commit comments

Comments
 (0)