mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 15:04:37 +01:00
windows workflow
This commit is contained in:
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user