diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5c13f7..af2fa12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,13 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] + 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 733870f..13c74c7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,6 +5,12 @@ on: branches: [ master ] pull_request: branches: [ master ] + paths-ignore: + - '**/README.md' + - '.github/ISSUE_TEMPLATE/**' + - 'docs/**' + - 'images/**' + - 'manifest.json' permissions: write-all