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: push:
branches: branches:
- 'main' - 'main'
paths-ignore: paths:
- '.gitignore' - '**'
- '*.md' - '!.gitignore'
- '.github/**' - '!*.md'
- '!.github/workflows/nightly-server.yml' - '!.github/**'
- '.github/workflows/nightly-server.yml'
permissions: permissions:
contents: write contents: write