Skip to content

Commit dc3ebda

Browse files
committed
GitHub Actions: also test dev branch
1 parent aa36d8f commit dc3ebda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- dev
89
pull_request:
910
workflow_dispatch:
1011

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- dev
89
pull_request:
910
workflow_dispatch:
1011

0 commit comments

Comments
 (0)