address review comments

This commit is contained in:
h1dden-da3m0n
2021-01-09 17:37:45 +01:00
parent cf254672c2
commit 0c0e58ea8e
2 changed files with 0 additions and 30 deletions
-5
View File
@@ -3,12 +3,8 @@ name: Test Build Plugin
on:
push:
branches: [ master ]
paths-ignore:
- "**/*.md"
pull_request:
branches: [ master ]
paths-ignore:
- "**/*.md"
jobs:
build:
@@ -29,4 +25,3 @@ jobs:
- name: "Test"
run: dotnet test --no-restore --verbosity normal