diff --git a/.github/workflows/pull_request_closed.yml b/.github/workflows/pull_request_closed.yml index 731c944..c26f5a6 100644 --- a/.github/workflows/pull_request_closed.yml +++ b/.github/workflows/pull_request_closed.yml @@ -6,6 +6,12 @@ on: pull_request: types: - closed + # Matching triggers with pull_request.yml + paths-ignore: + - 'README.md' + - 'docs/**/*' + branches: + - master workflow_dispatch: inputs: pr-number: diff --git a/.github/workflows/release_cleanup.yml b/.github/workflows/release_cleanup.yml index e1cd3d1..303913a 100644 --- a/.github/workflows/release_cleanup.yml +++ b/.github/workflows/release_cleanup.yml @@ -8,6 +8,7 @@ on: workflow_run: workflows: ["Release"] types: [completed] + branches: [master] concurrency: group: release-cleanup-${{ github.ref }}