Update build.net-core.yml
This commit is contained in:
Родитель
9ccbd91632
Коммит
c92808ec6a
|
@ -1,11 +1,12 @@
|
|||
name: .NET Core CI
|
||||
|
||||
on: [push]
|
||||
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup .NET Core
|
||||
|
|
Загрузка…
Ссылка в новой задаче