Skip to content

Commit

Permalink
Don't run tests for docs-only changes.
Browse files Browse the repository at this point in the history
Signed-off-by: gregmarr <[email protected]>
  • Loading branch information
gregmarr authored Sep 6, 2024
1 parent 4dd8391 commit d137a80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Regression tests

on:
pull_request:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
push:
branches-ignore:
- docs
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d137a80

Please sign in to comment.