Skip to content

Commit

Permalink
Run propose pr on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Jan 25, 2024
1 parent 950ed7a commit a4b20b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
propose-update-pr:
needs: build-and-push
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'create' && startsWith(github.ref, 'refs/tags/'))
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit a4b20b4

Please sign in to comment.