Skip to content

Commit

Permalink
Merge pull request #5054 from zainasir/fix/release-action
Browse files Browse the repository at this point in the history
fix release-management workflow
  • Loading branch information
zainasir authored Nov 26, 2024
2 parents 8388039 + c4befd6 commit 0c6a694
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- master
# Run whenever labels are modified on PRs. To also consider closed PRs, use issues as trigger because all PRs are issues.
issues:
types:
- labeled
- unlabeled
# Run whenever labels are modified on PRs. To also consider closed PRs, use issues as trigger because all PRs are issues.
issues:
types:
- labeled
- unlabeled

jobs:
update_draft_release:
Expand Down

0 comments on commit 0c6a694

Please sign in to comment.