Skip to content

Commit 6e44642

Browse files
committed
Build on v1.7
1 parent 5f4fde8 commit 6e44642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88

99
on:
1010
push:
11-
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ]
11+
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ]
1212
pull_request:
13-
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ]
13+
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ]
1414
jobs:
1515
build:
1616

.github/workflows/fable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Fable
22

33
on:
44
push:
5-
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ]
5+
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ]
66
pull_request:
7-
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ]
7+
branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ]
88

99

1010
jobs:

0 commit comments

Comments
 (0)