mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Disabled publish action for forks
This commit is contained in:
parent
dd2ea3fe1c
commit
473e60c095
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -114,7 +114,9 @@ jobs:
|
||||
|
||||
# Publish Python package and Docker image
|
||||
publish:
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
if: |
|
||||
github.repository == squidfunk/mkdocs-material && \
|
||||
startsWith(github.ref, 'refs/tags')
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user