Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriocomo committed Oct 11, 2024
1 parent 88a06b8 commit 343a550
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# branches: [main]
branches:
- "**"
# tags:
# - v*
# pull_request:
# branches: [main]
tags:
- "v*"
pull_request:
branches: [main]

permissions:
# To push Docker images to GitHub
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
with:
file: "Dockerfile.app"
platforms: linux/amd64
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 343a550

Please sign in to comment.