Skip to content

Commit

Permalink
Exclude changes in doc and README from linting wf.
Browse files Browse the repository at this point in the history
  • Loading branch information
chStaiger authored Oct 7, 2024
1 parent b72cd86 commit daa9354
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ on:
push:
branches:
- develop
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- '_quarto.yml'
- 'index.qmd'
pull_request':
branches:
- develop
paths-ignore:
- 'docs/**'
- 'README.md'
- '_quarto.yml'
- 'index.qmd'

jobs:
build:
Expand Down

0 comments on commit daa9354

Please sign in to comment.