diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cmake.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1da73b07..518f0836 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -1,10 +1,12 @@ -name: Build and Upload Binary Package +name: Build & Package on: push: branches: [ main, develop ] pull_request: - branches: [ main, develop ] + branches: [ develop ] + paths-ignore: + - '**/README.md' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |