Update main.yml

This commit is contained in:
ShirosakiMio 2024-02-13 19:36:48 +08:00
parent 682fd3adc4
commit 241edff411
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ on:
jobs:
FCLTeamBuild:
if: github.repository_owner == 'FCL-Team'
if: github.repository_owner == 'FCL-Team' && !startsWith(github.ref, 'refs/pull/')
strategy:
matrix:
arch: [ "all", "arm", "arm64", "x86", "x64" ]