Skip to content

Commit

Permalink
ci: fix (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 9, 2023
1 parent 8710ef6 commit 827ca47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ env:

jobs:
build:
if: ${{ ! startsWith(github.event.head_commit.message, 'chore(main): release') || github.event.workflow != 'build' }}
if: |
${{ !startsWith(github.event.head_commit.message, 'chore(main): release') || github.event.workflow != 'build' }}
permissions:
contents: write
strategy:
Expand Down

0 comments on commit 827ca47

Please sign in to comment.