Skip to content

Commit

Permalink
Temporary enable docker image building on push
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Jun 11, 2024
1 parent 4584e46 commit 5aa1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build-and-push-container-images:
name: Build and push container images
runs-on: ubuntu-22.04
if: github.event_name == 'release' || (github.event_name == 'push' && github.ref_name == 'main')
if: github.event_name == 'release' || github.event_name == 'push'
needs: [ansible-lint]
permissions:
contents: read
Expand Down

0 comments on commit 5aa1799

Please sign in to comment.