From 761bd26072ff45d9c56782705b74ed29cfd09824 Mon Sep 17 00:00:00 2001 From: Vahan Aghajanyan Date: Wed, 7 Feb 2024 09:14:18 +0100 Subject: [PATCH] Do not invoke builds on pushing changes in some files. --- .github/workflows/cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 44d5190..aeefae1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -5,10 +5,16 @@ on: branches: - 'master' - '*' + paths-ignore: + - .gitignore + - README.md pull_request: branches: - 'master' - '*' + workflow_dispatch: + branches: + - '*' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)