diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b35a3db..1591203 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: CMake on: push: # Keep empty to run on each branch when push the code. Otherwise use branches: [ master ] - branches: [ master ] + branches: [ main ] pull_request: # Set to master to run only when merge with master branch - branches: [ master ] + branches: [ main ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)