Browse Source

Fix: run cmake.yml in any github action (#1320)

Kang Lin 2 years ago
parent
commit
c7a18c6296
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/cmake.yaml

+ 0 - 1
.github/workflows/cmake.yaml

@@ -2,7 +2,6 @@ name: CMake
 
 on:
   push:
-    branches: [ $default-branch ]
   pull_request:
     types: [ opened, reopened, synchronize ]