Prevent build from running on forks

This commit is contained in:
Ethan O'Brien 2024-07-06 18:20:19 -05:00 committed by GitHub
parent f8a6dbd53a
commit 680dc9d0fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ permissions:
id-token: write # needed for signing the images with GitHub OIDC Token id-token: write # needed for signing the images with GitHub OIDC Token
jobs: jobs:
build: build:
if: github.repository == 'ethanaobrien/ew'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up QEMU - name: Set up QEMU