Skip to content

Commit

Permalink
Update cleanup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout authored Jan 25, 2025
1 parent 2ccb095 commit 8b5fac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
types:
- closed

permissions:
actions: write

env:
BRANCH: ${{ github.event_type == 'pull_request' && 'refs/pull/${{ github.event.pull_request.number }}/merge' || github.event.ref }}

Expand Down

0 comments on commit 8b5fac0

Please sign in to comment.