Skip to content

Commit

Permalink
Update target branches of build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HLWeil authored Aug 3, 2023
1 parent 160d6df commit 09d2949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and test

on:
push:
branches: [ developer ]
branches: [ main ]
pull_request:
branches: [ developer, arctrl ]
branches: [ main, developer ]

jobs:
build-and-test-linux:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
run: npm install
- name: Build and test dotnet
working-directory: ./
run: ./build.cmd runtests
run: ./build.cmd runtests

0 comments on commit 09d2949

Please sign in to comment.