mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
Disable automatic release on push for nightly-server workflow
This commit is contained in:
parent
e1446953c4
commit
dd4b76d02a
8
.github/workflows/nightly-server.yml
vendored
8
.github/workflows/nightly-server.yml
vendored
|
|
@ -2,14 +2,6 @@ name: Nightly Server Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
paths-ignore:
|
|
||||||
- '.gitignore'
|
|
||||||
- '*.md'
|
|
||||||
- '.github/**'
|
|
||||||
- '!.github/workflows/nightly-server.yml'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue