Skip to content

Commit

Permalink
Trying to fix paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Apr 23, 2024
1 parent 0aabc75 commit 8961983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
paths:
- 'mkdocs.yml'
- 'src/docs/**/*'
- 'src/docs/**'
branches: [ main ]
pull_request:
branches:
- 'main'
- 'release/**'
paths:
- 'mkdocs.yml'
- 'src/docs/**/*'
- 'src/docs/**'

concurrency:
group: ${{ github.head_ref || github.run_id }}-docs_validation
Expand Down

0 comments on commit 8961983

Please sign in to comment.