Modify push paths in nightly workflow

Updated paths for push event to include all files except specified ones.
This commit is contained in:
rtm516 2026-03-26 14:08:43 +00:00 committed by GitHub
parent 18c98dcb21
commit 7104b93333
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.yml'
paths:
- '**'
- '!.gitignore'
- '!*.md'
- '!.github/**'
- '.github/workflows/nightly.yml'
permissions:
contents: write