Skip to content

Commit

Permalink
Ignore all *.rst changes for CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent 429b0cd commit d23b9ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CI
on:
push:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
- '**.md'
- '**.rst'
pull_request:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
- '**.md'
- '**.rst'
schedule:
- cron: "0 0 * * *" # every day at midnight

Expand Down

0 comments on commit d23b9ad

Please sign in to comment.