aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-06-20 14:41:11 +0000
committerGitHub <[email protected]>2021-06-20 14:41:11 +0000
commit62acdf42b1ba97b57c09ca87ce6830024d172132 (patch)
treeda87dffdcdd4b6791e11a658c71623daeb9a4221
parentUpdate README.md (diff)
downloadGpgFrontend-62acdf42b1ba97b57c09ca87ce6830024d172132.tar.gz
GpgFrontend-62acdf42b1ba97b57c09ca87ce6830024d172132.zip
Update cmake.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/cmake.yml6
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.)