Skip to content

Commit

Permalink
Merge pull request #39 from informalsystems/ph/build-on-pr-v0.37.x
Browse files Browse the repository at this point in the history
Add primary branches to build on PR
  • Loading branch information
p-offtermatt authored Aug 21, 2023
2 parents e6f1b62 + 2cd14f0 commit a80dc16
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 a80dc16

Please sign in to comment.