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