only build releases in a forgejo-integration organization

This commit is contained in:
Earl Warren 2023-05-23 20:24:40 +02:00
parent d12aa56454
commit 2562d3826e
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: self-hosted
# root is used for testing, allow it
if: github.repository_owner == 'forgejo-integration' || github.repository_owner == 'root'
steps:
- uses: actions/checkout@v3