Skip to content

Commit fe99083

Browse files
Add candidate-* branches to CI workflow
1 parent 9009e59 commit fe99083

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- candidate-*
78
pull_request:
89
types: [opened, synchronize, reopened]
910
branches:
1011
- main
12+
- candidate-*
1113
workflow_dispatch:
1214

1315
permissions:

0 commit comments

Comments
 (0)