Skip to content

Commit

Permalink
wip (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman authored May 17, 2024
1 parent 7e88faa commit 9ca9aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.event_name == 'merge_group' }}
if: ${{ github.event_name == 'merge_group' || github.ref == 'refs/heads/main' }}

strategy:
fail-fast: true
Expand Down

0 comments on commit 9ca9aa9

Please sign in to comment.