Skip to content

Commit aa253e7

Browse files
authored
Support manual trigger for sync-labels action (#5)
1 parent bba2448 commit aa253e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync-labels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Sync labels
2+
23
on:
34
push:
45
branches:
56
- main
67
paths:
78
- .github/labels.yaml
9+
workflow_dispatch: {}
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)