Skip to content

Commit

Permalink
Solve workflow conflict (neo-project#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 <shargon@gmail.com>
  • Loading branch information
2 people authored and joeqian10 committed Apr 7, 2021
1 parent 0faedb8 commit aa6497d
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 aa6497d

Please sign in to comment.