Skip to content

Commit 4b42868

Browse files
committed
Updated to trigger on legacy branch
1 parent 33e2cf2 commit 4b42868

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on:
44
push:
55
branches:
66
- master
7-
tags-ignore: '*'
7+
- legacy/v7
8+
tags-ignore:
9+
- '*'
810
pull_request:
911
branches:
1012
- '*'
11-
tags-ignore: '*'
13+
tags-ignore:
14+
- '*'
1215
schedule:
1316
# * is a special character in YAML so you have to quote this string
1417
- cron: '13 3 * * *'

0 commit comments

Comments
 (0)