Update deploy-staging.yml

只有主仓库的时候才执行
This commit is contained in:
夢夢の幻想郷
2025-09-15 11:30:37 +08:00
committed by GitHub
parent 6ea9b4a33c
commit 6db969cc4d

View File

@@ -12,6 +12,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment: Deploy
if: ${{ !github.event.repository.fork }} # 只有非 fork 才执行
steps:
- uses: actions/checkout@v4