Skip to content

Commit

Permalink
Move Travis CI to GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett authored and HebaruSan committed Jun 27, 2020
1 parent abe6016 commit 3cb52c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build CKAN + NetKAN

on: [pull_request]
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
Expand Down Expand Up @@ -69,7 +74,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.101'
dotnet-version: '3.1.301'
- name: Restore cache for _build/lib/nuget
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 3cb52c4

Please sign in to comment.