Skip to content

Commit

Permalink
allow pr
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmusante committed Jul 3, 2024
1 parent 1d09a47 commit 474002e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
paths:
- '.github/workflows/**'
- 'pocketbase/**'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/**'
- 'pocketbase/**'

jobs:
docker:
Expand All @@ -25,6 +31,7 @@ jobs:
${{ secrets.DOCKER_HUB_USERNAME }}/pocketbase
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 474002e

Please sign in to comment.