We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0841 commit cd0198cCopy full SHA for cd0198c
.github/workflows/c-cpp.yml
@@ -2,7 +2,9 @@ name: Project Build CI
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ - qucik-convert-dev
8
pull_request:
9
branches: [main]
10
0 commit comments