Skip to content

Commit

Permalink
Update and rename dotnet.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 19, 2024
1 parent 31d4f2c commit 6b11773
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/dotnet.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
push:
branches: [ 'dev', 'main' ]
pull_request:
branches: [ 'main' ]
branches: [ 'dev' ]
workflow_call:

jobs:
build:

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand Down

0 comments on commit 6b11773

Please sign in to comment.