Skip to content

Commit

Permalink
Restrict event triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 20, 2024
1 parent 9997240 commit 5e4a0c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_run:
workflows: ["Release"]
types: [completed]
branches: [master]

concurrency:
group: release-cleanup-${{ github.ref }}
Expand Down

0 comments on commit 5e4a0c3

Please sign in to comment.