We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54db0c commit c2e54fbCopy full SHA for c2e54fb
1 file changed
.github/workflows/label-sync.yml
@@ -5,6 +5,10 @@ on:
5
# Run at the end of the day (most likely UTC)
6
- cron: "0 0 * * *"
7
push:
8
+ branches:
9
+ - main
10
+ - master
11
+ - develop
12
paths:
13
- '.github/workflows/label-sync.yml'
14
# Uncomment the following line if using a repository specific label file, also remove this comment line
0 commit comments