Skip to content

Commit

Permalink
skip:build update build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oze4 committed Jun 26, 2021
1 parent af77c27 commit 12367e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
jobs:
build:
if: |
startsWith(github.event.head_commit.message, 'skip:build') == false ||
startsWith(github.event.head_commit.message, 'Release ') == false
(startsWith(github.event.head_commit.message, 'skip:build') == false) |
(startsWith(github.event.head_commit.message, 'Release ') == false)
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 12367e6

Please sign in to comment.