Merge pull request #259 from FCL-Team/citest

fix ci
This commit is contained in:
ShirosakiMio 2024-02-13 19:57:38 +08:00 committed by GitHub
commit 4df09d2f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
#only for fork
DebugBuild:
if: github.repository_owner != 'FCL-Team'
if: github.repository_owner != 'FCL-Team' || startsWith(github.ref, 'refs/pull/')
name: Build Debug
runs-on: ubuntu-20.04
steps: