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: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
paths-ignore:
- '**/LICENSE'
- '**/README.md'
- '**/.github'
- '**/.gitignore'
- '**/.gitattributes'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3