From 49fe896b1882ad4c8c2c369b301f526937a815e8 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Fri, 19 Apr 2024 14:49:47 -0400 Subject: [PATCH] Don't auto build for documentation --- .github/workflows/build.yml | 7 +++++++ .github/workflows/codeql.yml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 542b32d..2b952f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,13 @@ on: branches: [ "10.8" ] pull_request: branches: [ "10.8" ] + paths-ignore: + - '**/README.md' + - '.github/ISSUE_TEMPLATE/**' + - 'docs/**' + - 'images/**' + - 'manifest.json' + permissions: contents: write diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1c82750..37a75e3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,6 +5,12 @@ on: branches: [ 10.8 ] pull_request: branches: [ 10.8 ] + paths-ignore: + - '**/README.md' + - '.github/ISSUE_TEMPLATE/**' + - 'docs/**' + - 'images/**' + - 'manifest.json' permissions: write-all