Skip to content

Commit edf5e49

Browse files
committed
Update auto-staging workflow
1 parent 1b927ed commit edf5e49

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto-staging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ on:
99
branches:
1010
- main
1111
- staging
12-
# Trigger on PR events
12+
# Trigger on PR events (including label events)
1313
pull_request:
14+
branches:
15+
- main
1416
types: [opened, reopened, synchronize, labeled, unlabeled]
1517
# Allow manual triggering
1618
workflow_dispatch:

0 commit comments

Comments
 (0)