Update paths for nightly-server workflow triggers

This commit is contained in:
rtm516 2026-03-26 14:09:05 +00:00 committed by GitHub
parent 7104b93333
commit da147739ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,12 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '.gitignore'
- '*.md'
- '.github/**'
- '!.github/workflows/nightly-server.yml'
paths:
- '**'
- '!.gitignore'
- '!*.md'
- '!.github/**'
- '.github/workflows/nightly-server.yml'
permissions:
contents: write