Skip to content

Commit bad66f4

Browse files
committed
forgot to enable build only on main branch.
1 parent 2b8308e commit bad66f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-areg-opt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CMake AREG OPT
22

33
on:
44
push: # Keep empty to run on each branch when push the code. Otherwise use branches: [ master ]
5-
branches: # [ main ]
5+
branches: [ main ]
66
pull_request: # Set to master to run only when merge with master branch
77
branches: [ main ]
88

0 commit comments

Comments
 (0)