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