Browse Source

Merge branch 'dev' of github.com:eesast/THUAI6 into dev

tags/0.1.0
gsy1519 2 years ago
parent
commit
9ac186ed70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@@ -2,7 +2,7 @@ name: build
on: [push, pull_request]
jobs:
dotnet-build:
if: false
if: true
runs-on: windows-latest
steps:
- uses: actions/checkout@v3


Loading…
Cancel
Save