windows workflow

This commit is contained in:
Rafi
2023-05-26 15:34:23 +07:00
committed by GitHub
parent d37218db37
commit a9068cfbb9

View File

@@ -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