ci(upgrade-dep): skip fork branch (#48201)

pull/48223/head
thinkasany 10 months ago committed by GitHub
parent 7b63e68fd8
commit e6542abb60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@ on:
jobs:
upgrade-deps:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.repository == 'ant-design/ant-design' && github.ref == 'refs/heads/master'
permissions:
pull-requests: write # for peter-evans/create-pull-request to create PRs
contents: write # for git push

Loading…
Cancel
Save