diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ab834ea..e01dd31 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -5,10 +5,16 @@ on: branches: [ "main" ] paths: - '**/*.py' + - '.release-please-manifest.json' + - 'VERSION' + - '.github/workflows/codeql.yml' pull_request: branches: [ "main" ] paths: - '**/*.py' + - '.release-please-manifest.json' + - 'VERSION' + - '.github/workflows/codeql.yml' schedule: - cron: '27 3 * * 1' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09d9695..e1a530b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,10 +5,16 @@ on: branches: [ "main" ] paths: - '**/*.py' + - '.release-please-manifest.json' + - 'VERSION' + - '.github/workflows/lint.yml' pull_request: branches: [ "main" ] paths: - '**/*.py' + - '.release-please-manifest.json' + - 'VERSION' + - '.github/workflows/lint.yml' permissions: contents: read