Skip to content

Commit

Permalink
Add primary branches to build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt authored Aug 21, 2023
1 parent e6f1b62 commit 2cd14f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
branches: [ "main", "v0.37.x", "v0.34.x" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 2cd14f0

Please sign in to comment.