Skip to content

Commit

Permalink
fixing CI config [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 8, 2020
1 parent cd07ca1 commit f88a2e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ jobs:
publish:
if: |
github.ref == 'refs/heads/main' &&
! contains(toJSON(github.event.commits.*.message), '[skip-ci]')
! contains(toJSON(github.event.commits.*.message), '[skip-release]')
! contains(toJSON(github.event.commits.*.message), '[skip-ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip-release]')
needs:
- lint
Expand Down

0 comments on commit f88a2e4

Please sign in to comment.