Skip to content

Commit

Permalink
ci: test docker-publish.yml (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 9, 2023
1 parent 6914ccf commit 59b94dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
if: |
${{ !startsWith(github.event.head_commit.message, 'chore(main): release') || github.event.workflow != 'build' }}
${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}
permissions:
contents: write
strategy:
Expand Down

0 comments on commit 59b94dd

Please sign in to comment.