Skip to content

Commit

Permalink
Github Action Updates (#90)
Browse files Browse the repository at this point in the history
* Update Github Action to run on development & PRs

* Update actions to newer versions, to avoid deprecation warnings
  • Loading branch information
d10sfan authored Dec 27, 2023
1 parent f14d607 commit 9b96c79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ name: .NET

on:
push:
branches: [ master ]
branches: [ master, development ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
- name: Restore dependencies
Expand Down

0 comments on commit 9b96c79

Please sign in to comment.