Disable automatic release on push for nightly-server workflow

This commit is contained in:
itsRevela 2026-03-23 12:33:48 -05:00
parent e1446953c4
commit dd4b76d02a

View file

@ -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