1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Updated workflows

This commit is contained in:
squidfunk 2021-03-21 14:07:55 +01:00
parent a070203f91
commit 81fbd38b96

View File

@ -30,7 +30,7 @@ env:
jobs:
publish_pypi:
name: Build and push Python package
if: github.event.pull_request.head.repo.fork == false
if: github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
@ -56,7 +56,7 @@ jobs:
publish_docker:
name: Build and push Docker image
if: github.event.pull_request.head.repo.fork == false
if: github.event.repository.fork == false
runs-on: ubuntu-latest
steps: