Prevent publish from running on forked repositories (#1169)

This commit is contained in:
Jon Koops 2021-09-16 15:35:06 +02:00 committed by GitHub
parent 27bcd66a29
commit 6e0d4e4dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ defaults:
working-directory: keycloak-theme
jobs:
publish:
if: github.repository_owner == 'keycloak'
runs-on: ubuntu-latest
permissions:
contents: read