Skip to content

Commit 8764517

Browse files
DwyaneShiHaiyang Shi
authored andcommitted
[CI] add dev to CI branches (#24)
Signed-off-by: Haiyang Shi <[email protected]>
1 parent f70d3fc commit 8764517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ name: PrisKV CI
1616

1717
on:
1818
push:
19-
branches: [ "main", "release-*" ]
19+
branches: [ "main", "release-*", "dev" ]
2020
paths-ignore:
2121
- 'docker/'
2222
- 'man/'
2323
- '**/*.spec'
2424
- '**/*.md'
2525
- '**/*.txt'
2626
pull_request:
27-
branches: [ "main" ]
27+
branches: [ "main", "dev" ]
2828
paths-ignore:
2929
- 'docker/'
3030
- 'man/'

0 commit comments

Comments
 (0)