Skip to content

Commit

Permalink
ci: Removing annotation to skip continuous integration
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jun 19, 2021
1 parent 4e36890 commit 31a6566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
publish:
name: Publish
if:
github.event_name == 'push' && github.ref == 'refs/heads/main' && !contains(toJSON(github.event.commits.*.message),
'[skip ci]')
github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: package
steps:
Expand Down

0 comments on commit 31a6566

Please sign in to comment.