diff options
author | Saturn&Eric <[email protected]> | 2021-06-20 14:56:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-20 14:56:25 +0000 |
commit | a31546f68fffcc30866d3b13b007cb8ba356051a (patch) | |
tree | d936097a1c828bd285752defdde2076a33256521 | |
parent | Update README.md (diff) | |
download | GpgFrontend-a31546f68fffcc30866d3b13b007cb8ba356051a.tar.gz GpgFrontend-a31546f68fffcc30866d3b13b007cb8ba356051a.zip |
Update cmake.yml
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
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.) |