mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-02 05:32:16 +00:00
Only trigger auto release for non-forked (#4178)
This commit is contained in:
@@ -6,6 +6,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
auto-release:
|
auto-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# If forked, changed to your username to enable auto-releases
|
||||||
|
if: github.repository_owner == 'itzg'
|
||||||
permissions:
|
permissions:
|
||||||
# allow for creating releases/tags
|
# allow for creating releases/tags
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user