Skip to content

Commit

Permalink
Disable CI run when updating docs only
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkorsakov committed Feb 2, 2024
1 parent 3f3444b commit 4e1d7ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: CI
on:
push:
branches: [develop]
paths-ignore:
- "docs/**"
pull_request:
branches: [develop]
paths-ignore:
- "docs/**"

jobs:
cpython:
Expand Down

0 comments on commit 4e1d7ea

Please sign in to comment.