Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update dotnet-core-desktop.yml
Browse files Browse the repository at this point in the history
Fixing build script push target
  • Loading branch information
jessefreeman committed Aug 4, 2020
1 parent 2c26063 commit 7e47545
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/dotnet-core-desktop.yml
Expand Up @@ -2,19 +2,15 @@ name: .NET Core

on:
push:
branches: [ master ]
branches: [ v1.9.8-features ]
pull_request:
branches: [ master ]
branches: [ v1.9.8-features ]

jobs:
build:

strategy:
matrix:
configuration: [win-x64, osx-x64, linux-x64, linux-arm64]

runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand Down

0 comments on commit 7e47545

Please sign in to comment.