diff options
author | Saturn&Eric <[email protected]> | 2021-06-20 14:41:11 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-20 14:41:11 +0000 |
commit | 62acdf42b1ba97b57c09ca87ce6830024d172132 (patch) | |
tree | da87dffdcdd4b6791e11a658c71623daeb9a4221 | |
parent | Update README.md (diff) | |
download | GpgFrontend-62acdf42b1ba97b57c09ca87ce6830024d172132.tar.gz GpgFrontend-62acdf42b1ba97b57c09ca87ce6830024d172132.zip |
Update cmake.yml
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.) |