Skip to content

Commit

Permalink
feat let workflow trigger on label removal (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber authored Sep 16, 2024
1 parent d159ef4 commit e086c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check for new release

on:
pull_request:
types: [opened, synchronize, labeled]
types: [opened, synchronize, labeled, unlabeled]

jobs:
check_for_release:
Expand Down

0 comments on commit e086c1a

Please sign in to comment.