Skip to content

Commit

Permalink
ci: test (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 9, 2023
1 parent 7050432 commit 8710ef6
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 @@ -20,7 +20,7 @@ env:

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

0 comments on commit 8710ef6

Please sign in to comment.