Skip to content

Commit

Permalink
ci: Run CI and packaging workflows on release branch PRs (#2149)
Browse files Browse the repository at this point in the history
* If a PR is made to a patch release branch run the CI and
  the publish package GitHub Action workflows.
  • Loading branch information
matthewfeickert authored Mar 31, 2023
1 parent cecd418 commit da5192a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- main
- release/v*
# Run daily at 0:01 UTC
schedule:
- cron: '1 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- main
- release/v*
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit da5192a

Please sign in to comment.