Skip to content

Commit 073e72d

Browse files
committed
Run CI on release branches
1 parent 6f4fcca commit 073e72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ permissions:
1818
on:
1919
workflow_dispatch:
2020
push:
21-
branches: [ "main" ]
21+
branches: [ "main", "release/**" ]
2222
pull_request:
23-
branches: [ "main" ]
23+
branches: [ "main", "release/**" ]
2424
types: [opened, reopened, synchronize, ready_for_review]
2525
# Pushing changes to PR stops currently-running CI
2626
concurrency:

0 commit comments

Comments
 (0)