Only trigger auto release for non-forked (#4178)

This commit is contained in:
Geoff Bourne
2026-07-18 15:02:29 -05:00
committed by GitHub
parent 537a3e43fe
commit 0a445cd8db
+2
View File
@@ -6,6 +6,8 @@ on:
jobs:
auto-release:
runs-on: ubuntu-latest
# If forked, changed to your username to enable auto-releases
if: github.repository_owner == 'itzg'
permissions:
# allow for creating releases/tags
contents: write