ci: re-evaluate branch CI policy on PR label removal

This commit is contained in:
Nicholas Dudfield
2026-02-17 15:30:18 +07:00
parent 7bc0cbe2fd
commit ab0004be8b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: ["dev", "candidate", "release"]
pull_request:
branches: ["**"]
types: [opened, synchronize, reopened, labeled]
types: [opened, synchronize, reopened, labeled, unlabeled]
schedule:
- cron: '0 0 * * *'

View File

@@ -5,7 +5,7 @@ on:
branches: ["dev", "candidate", "release"]
pull_request:
branches: ["**"]
types: [opened, synchronize, reopened, labeled]
types: [opened, synchronize, reopened, labeled, unlabeled]
schedule:
- cron: '0 0 * * *'
workflow_dispatch: