Skip to content

Commit

Permalink
Merge pull request #365 from vlkorsakov/update_ci
Browse files Browse the repository at this point in the history
Disable CI run when updating docs only
  • Loading branch information
Tishka17 committed Feb 4, 2024
2 parents 5d44136 + 4e1d7ea commit c938482
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 c938482

Please sign in to comment.