Skip to content

Commit

Permalink
chore(cicd): exclude docs from pull request workflow (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 12, 2023
1 parent b0a0672 commit de66573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Expand Up @@ -3,6 +3,8 @@ name: Code build and checks
on:
push:
branches: [main]
paths-ignore:
- 'docs/**'
pull_request:

env:
Expand Down

0 comments on commit de66573

Please sign in to comment.