Skip to content

Commit

Permalink
fix: try to build on maven-4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed May 27, 2024
1 parent 1897bc4 commit 88103ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
if: github.event_name != 'pull_request' # TODO
if: ${{github.ref == 'refs/heads/maven-4' || github.event_name != 'pull_request'}} # TODO
with:
context: ${{ inputs.directory }}
push: ${{ github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/maven-4') }}
Expand Down

0 comments on commit 88103ca

Please sign in to comment.