Skip to content

Commit c2e54fb

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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
# Uncomment the following line if using a repository specific label file, also remove this comment line

0 commit comments

Comments
 (0)