Skip to content

Commit

Permalink
Add working-directory, remove main from branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer authored Mar 30, 2023
1 parent 49e9036 commit b5a0cd9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: .NET

on:
push:
branches: [ "main", "develop" ]
branches: [ "develop" ]
pull_request:
branches: [ "main", "develop" ]
branches: [ "develop" ]

jobs:
build:
Expand All @@ -22,5 +22,7 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: WZIMpoly
- name: Build
run: dotnet build --configuration Debug --no-restore
working-directory: WZIMpoly

0 comments on commit b5a0cd9

Please sign in to comment.