mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-20 23:44:53 +00:00
Only trigger auto release for non-forked (#4178)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user