CI: restrict workflows to only run on owner repository

This commit is contained in:
pheiduck 2024-02-04 22:54:34 +01:00
parent d0e0e6a415
commit 6788d98d9d
7 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@ jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
permissions:
packages: write
contents: read