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 a97268e commit 31818f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
- '**/*.rst'
pull_request:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
- '**/*.rst'
schedule:
- cron: "0 0 * * *" # every day at midnight

Expand Down

0 comments on commit 31818f9

Please sign in to comment.