-
-
Notifications
You must be signed in to change notification settings - Fork 30
21 lines (19 loc) · 661 Bytes
/
Copy pathci.yml
File metadata and controls
21 lines (19 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: CI
on:
push:
branches: [ "master", "dev" ]
paths: [ ".github/workflows/ci.yml", "Src/**", "Benchmarks/**", "Generators/**", "Resources/**", "Samples/**", "Tests/**", "Tools/**", "GBX.NET.slnx" ]
pull_request:
branches: [ "master", "dev" ]
paths: [ ".github/workflows/ci.yml", "Src/**", "Src/**", "Benchmarks/**", "Generators/**", "Resources/**", "Samples/**", "Tests/**", "Tools/**", "GBX.NET.slnx" ]
workflow_dispatch:
jobs:
ci:
name: Continuous Integration
uses: bigbang1112/workflows/.github/workflows/ci.yml@main
with:
dotnet-version: |
10.0.x
9.0.x
8.0.x
workloads: wasm-tools