Skip to content

Commit

Permalink
ci: Remove **.rst pattern
Browse files Browse the repository at this point in the history
Because there are no more .rst files.
  • Loading branch information
rht authored and Corvince committed Feb 28, 2024
1 parent a05e388 commit ca748d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on:
- release**
paths-ignore:
- '**.md'
- '**.rst'
pull_request:
paths-ignore:
- '**.md'
- '**.rst'

# This will cancel previous run if a newer job that obsoletes the said previous
# run, is started.
Expand Down

0 comments on commit ca748d7

Please sign in to comment.