Skip to content

Commit 1a08e1f

Browse files
authored
(build) Be explicit about branches to run on
To prevent the workflow from running when a PR is created.
1 parent 17c4d3b commit 1a08e1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/label-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
# Run at the end of the day (most likely UTC)
66
- cron: "0 0 * * *"
77
push:
8+
branches:
9+
- main
10+
- master
11+
- develop
812
paths:
913
- '.github/workflows/label-sync.yml'
1014
- '.github/labels.yml'

0 commit comments

Comments
 (0)