Skip to content

Commit 0a445cd

Browse files
authored
Only trigger auto release for non-forked (#4178)
1 parent 537a3e4 commit 0a445cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
auto-release:
88
runs-on: ubuntu-latest
9+
# If forked, changed to your username to enable auto-releases
10+
if: github.repository_owner == 'itzg'
911
permissions:
1012
# allow for creating releases/tags
1113
contents: write

0 commit comments

Comments
 (0)