Skip to content

Commit

Permalink
Solve workflow conflict (#294)
Browse files Browse the repository at this point in the history
* Solve workflow conflict

Solve workflow conflict from master-2.x and master

* Update main.yml

Apply neo-project/neo#1775

Co-authored-by: Shargon <[email protected]>
  • Loading branch information
superboyiii and shargon authored Jul 17, 2020
1 parent dcd946a commit 804181f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: .NET Core Test and Publish

on: pull_request

on:
push:
branches: master
pull_request:

env:
DOTNET_VERSION: 3.1.100

Expand All @@ -11,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 804181f

Please sign in to comment.