chore(project): avoid staging workflow running through fork (#3459)

This commit is contained in:
Aex 2021-09-17 15:00:11 +08:00 committed by GitHub
parent 2204b8b71a
commit 5e00a390b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'element-plus' }}
steps:
- name: Checkout
uses: actions/checkout@v2