Skip to content

Commit

Permalink
chore: do not run test pipeline on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed May 13, 2023
1 parent 7578036 commit 10f03f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Expand Up @@ -3,8 +3,11 @@ name: Code build and checks
on:
push:
branches: [main, develop]
paths-ignore: "docs/**"
pull_request:
paths-ignore: "docs/**"
branches: [main, develop]


jobs:
unit-tests:
Expand Down

0 comments on commit 10f03f5

Please sign in to comment.