Skip to content

Commit

Permalink
CI: skip checks on files which do not effect the build nor tests such…
Browse files Browse the repository at this point in the history
… as markdown files
  • Loading branch information
rhusar committed Jul 3, 2024
1 parent a7dbbe4 commit 3f7726c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ on:
push:
branches:
- '*'
paths-ignore:
- '.gitignore'
- '**.md'
- 'LICENSE'
pull_request:
branches:
- '*'
paths-ignore:
- '.gitignore'
- '**.md'
- 'LICENSE'
jobs:

cmake-fedora-latest:
Expand Down

0 comments on commit 3f7726c

Please sign in to comment.