chore: avoid workflow running on forked repo (#12607)

This commit is contained in:
qiang
2024-02-01 16:59:55 +08:00
committed by GitHub
parent 8cc58adb9c
commit da08e699eb

View File

@@ -10,6 +10,7 @@ on:
jobs:
build-and-deploy:
if: github.repository == 'youzan/vant'
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️