Skip to content

Commit

Permalink
Merge pull request #818 from yalesites-org/ci-release-pr-fix
Browse files Browse the repository at this point in the history
fix: only run release_pr.yml workflow against release branch pattern, not master
  • Loading branch information
vinmassaro authored Dec 3, 2024
2 parents f0fe360 + b382a15 commit 3d0069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- synchronize
- closed
branches:
- master
- v[0-9]+
workflow_dispatch:
env:
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
Expand Down

0 comments on commit 3d0069b

Please sign in to comment.