added release pipeline
This commit is contained in:
@@ -3,11 +3,15 @@ name: .NET Test
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user