Skip to content

Commit

Permalink
ci: run on release branches
Browse files Browse the repository at this point in the history
(cherry picked from commit 8dbc5e5)
  • Loading branch information
nhedger committed May 18, 2023
1 parent f13c3b7 commit c4220ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integrate

on:
push:
branches: [ main ]
branches: [ main, "releases/v*" ]
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

on:
push:
branches: [ main ]
branches: [ main, "releases/v*"]
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit c4220ba

Please sign in to comment.