Skip to content

Commit 107ddb4

Browse files
committed
test: force register workflow with push trigger
1 parent ff4e37e commit 107ddb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/review-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ name: Review Queue Label Sync
1414
on:
1515
schedule:
1616
- cron: '*/30 * * * *'
17+
push:
18+
branches:
19+
- feature/review-sync-phase1
1720
workflow_dispatch:
1821
inputs:
1922
dry_run:

0 commit comments

Comments
 (0)