mirror of
https://github.com/itsRevela/MinecraftConsoles.git
synced 2026-07-18 06:50:37 +00:00
Disable automatic release on push for nightly-server workflow
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user