Browse Source

Update and rename dotnet.yml to build_and_test.yml

pull/1047/head
Rinne GitHub 2 years ago
parent
commit
9c8b2f5786
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build_and_test.yml

.github/workflows/dotnet.yml → .github/workflows/build_and_test.yml View File

@@ -1,7 +1,7 @@
# 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
name: build_and_test

on:
push:

Loading…
Cancel
Save