We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8308e commit bad66f4Copy full SHA for bad66f4
.github/workflows/cmake-areg-opt.yml
@@ -2,7 +2,7 @@ name: CMake AREG OPT
2
3
on:
4
push: # Keep empty to run on each branch when push the code. Otherwise use branches: [ master ]
5
- branches: # [ main ]
+ branches: [ main ]
6
pull_request: # Set to master to run only when merge with master branch
7
branches: [ main ]
8
0 commit comments