Skip to content

Commit 180a304

Browse files
authored
Run CI also for dev branch
1 parent 1ee7773 commit 180a304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
push:
99
branches:
1010
- 'main'
11+
- 'dev'
1112
paths-ignore:
1213
- "**/*.md"
1314
pull_request:
1415
branches:
1516
- 'main'
17+
- 'dev'
1618
paths-ignore:
1719
- "**/*.md"
1820

0 commit comments

Comments
 (0)