Skip to content

Commit

Permalink
Merge pull request #227 from alexrudy/chore/ci/release-plz-for-backports
Browse files Browse the repository at this point in the history
Support backports in release-plz
  • Loading branch information
alexrudy authored Dec 8, 2024
2 parents 04be80c + 6bcbeb6 commit f014766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
pull_request:
merge_group:
pull_request:
branches: [main, backports/*]
push:
branches: [main]
branches: [main, backports/*]

name: CI

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- backports/*

jobs:
publish:
Expand Down

0 comments on commit f014766

Please sign in to comment.