Update main.yml

This commit is contained in:
ShirosakiMio 2024-02-13 19:52:43 +08:00
parent cc57cf35bc
commit 9a811d3e5b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: Android CI
on:
pull_request:
branches-ignore:
@ -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: