From 3c526aa8fe715e763747b94dd7d24f552f1a2860 Mon Sep 17 00:00:00 2001 From: Razish Date: Mon, 9 Oct 2023 00:43:35 +1100 Subject: [PATCH] allow changes to CMake project files to trigger builds --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3763eba10e..e4418953d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,12 @@ on: branches: [master] paths-ignore: - "**.md" - - "*.txt" - ".gitignore" - "docs/*" pull_request: branches: [master] paths-ignore: - "**.md" - - "*.txt" - ".gitignore" - "docs/*" release: