diff --git a/.github/workflows/action-security.yml b/.github/workflows/action-security.yml index 94c5902..e38d7ea 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -6,11 +6,9 @@ on: push: paths: - '**/action.yml' - - '**/action.yaml' pull_request: paths: - '**/action.yml' - - '**/action.yaml' merge_group: concurrency: diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index aba9c48..c506ead 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -8,19 +8,17 @@ on: - main - master paths-ignore: - - '**.md' - - 'docs/**' + - '**/*.md' - '.github/*.md' - - 'LICENSE' + - 'LICENSE.md' pull_request: branches: - main - master paths-ignore: - - '**.md' - - 'docs/**' + - '**/*.md' - '.github/*.md' - - 'LICENSE' + - 'LICENSE.md' merge_group: env: diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index ffa73fd..175524e 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -7,16 +7,12 @@ on: paths: - '**/package.json' - '**/package-lock.json' - - '**/yarn.lock' - - '**/pnpm-lock.yaml' - - '**/requirements.txt' - '**/Dockerfile' - '**/*.py' - '**/*.js' - '**/*.ts' - '**/*.yml' - '**/*.yaml' - - '.github/workflows/**' permissions: {} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 070aa0e..b4e5a33 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -8,7 +8,6 @@ on: - main - master paths: - - '.github/labels.yml' - '.github/workflows/sync-labels.yml' - 'sync-labels/action.yml' - 'sync-labels/labels.yml'