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