From a9068cfbb952c1af7a93a96c02514bdbb1a8ea41 Mon Sep 17 00:00:00 2001 From: Rafi <65438157+rafi1212122@users.noreply.github.com> Date: Fri, 26 May 2023 15:34:23 +0700 Subject: [PATCH] windows workflow --- .github/workflows/dotnet.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ef27014..fab8bd1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -6,13 +6,19 @@ name: .NET on: push: branches: [ "master" ] + paths-ignore: + - '**/LICENSE' + - '**/README.md' + - '**/.github' + - '**/.gitignore' + - '**/.gitattributes' pull_request: branches: [ "master" ] jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3