Skip to content

Commit d52d330

Browse files
authored
Update dotnetcore-2.yml
1 parent fe3205c commit d52d330

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/dotnetcore-2.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: .NET Core CI 2
2-
32
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
3+
repository_dispatch:
4+
types: [matrix-ci]
95

106
jobs:
117
build:
12-
13-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.image }}
9+
strategy:
10+
matrix:
11+
image: ${{ github.event.client_payload.images }}
1412

1513
steps:
1614
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)