Skip to content

Commit

Permalink
fix: try to push 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 30e58df commit c9360c9
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 @@ -99,7 +99,7 @@ jobs:
# if: ${{github.ref == 'refs/heads/maven-4'}} # TODO
with:
context: ${{ inputs.directory }}
push: ${{ github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/maven-4') }}
push: ${{ (github.event_name != 'pull_request' && github.ref == 'refs/heads/main') || github.ref == 'refs/heads/maven-4' }}
tags: |
${{ steps.meta.outputs.tags }}
${{ steps.retrieve-tags.outputs.tags }}
Expand Down

0 comments on commit c9360c9

Please sign in to comment.