Skip to content

Commit 6d54bc0

Browse files
committedSep 27, 2020
Fixed version triggering mutation tests in github workflow
1 parent d7d13a5 commit 6d54bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/mutation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- "1.x"
7+
- "5.x"
88
schedule:
99
- cron: '* 8 * * *'
1010

0 commit comments

Comments
 (0)