Skip to content

Commit f3bf5a3

Browse files
authored
Enable GitHub CI for feature branches
The coding standards config was missed in the previous commit: 69cc2b5
1 parent 69cc2b5 commit f3bf5a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/clang-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- "v*.*"
77
- "master"
8+
- "feature/*"
89
push:
910
branches:
1011
- "v*.*"
1112
- "master"
13+
- "feature/*"
1214

1315
jobs:
1416
coding-standards:

0 commit comments

Comments
 (0)