Skip to content

Commit

Permalink
Only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 6, 2024
1 parent d5ec674 commit 0b2dc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ jobs:
gh auth login --with-token < token.txt
rm token.txt
gh pr create --repo photonvision/vendor-json-repo --title "Update PhotonLib to $VERSION" --body "Automatic vendor JSON update" --base main --head photonvision:$(git branch --show-current)
name: Create GH PR to the vendor-json-repo
# Only on tags
if: startsWith(github.ref, 'refs/tags/v')

0 comments on commit 0b2dc9c

Please sign in to comment.