Skip to content

Commit

Permalink
Updated and renamed build-and-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiko authored Jun 15, 2024
1 parent 4761aed commit 08d84d1
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: Pull request
name: Build & Tests

on:
push:
branches:
- main
paths:
- '.github/workflows/build-and-tests.yaml'
- 'samples/**'
- 'source/**'
- 'tests/**'
pull_request:
branches:
- main
paths:
- '.github/workflows/pull-request.yaml'
- '.github/workflows/build-and-tests.yaml'
- 'samples/**'
- 'source/**'
- 'tests/**'
Expand All @@ -14,7 +22,7 @@ jobs:

build:

name: Pull request
name: Build & Tests

runs-on: ubuntu-latest

Expand Down Expand Up @@ -45,4 +53,4 @@ jobs:
run: dotnet build --no-restore --configuration Release

- name: Test
run: dotnet test --no-restore --configuration Release
run: dotnet test --no-restore --configuration Release

0 comments on commit 08d84d1

Please sign in to comment.