Skip to content

Commit 1c33311

Browse files
committed
run PR
1 parent 1798144 commit 1c33311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
push:
1515
branches: [ master, v1.2, v1.3, v1.4, v1.5 ]
1616
pull_request:
17-
branches: [ master ]
17+
branches: [ master, v1.2, v1.3, v1.4, v1.5 ]
1818
jobs:
1919
build:
2020

.github/workflows/fable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ master, v1.2, v1.3, v1.4, v1.5 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, v1.2, v1.3, v1.4, v1.5 ]
88

99

1010
jobs:

0 commit comments

Comments
 (0)