diff --git a/.github/workflows/check-for-release.yaml b/.github/workflows/check-for-release.yaml index bee3f40..3081f43 100644 --- a/.github/workflows/check-for-release.yaml +++ b/.github/workflows/check-for-release.yaml @@ -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: