aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-06-20 14:56:25 +0000
committerGitHub <[email protected]>2021-06-20 14:56:25 +0000
commita31546f68fffcc30866d3b13b007cb8ba356051a (patch)
treed936097a1c828bd285752defdde2076a33256521
parentUpdate README.md (diff)
downloadGpgFrontend-a31546f68fffcc30866d3b13b007cb8ba356051a.tar.gz
GpgFrontend-a31546f68fffcc30866d3b13b007cb8ba356051a.zip
Update cmake.yml
-rw-r--r--.github/workflows/cmake.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 518f0836..5431580f 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -3,10 +3,14 @@ name: Build & Package
on:
push:
branches: [ main, develop ]
+ paths-ignore:
+ - '**/README.md'
+ - 'resources/**'
pull_request:
branches: [ develop ]
paths-ignore:
- '**/README.md'
+ - 'resources/**'
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)