Skip to content

Commit

Permalink
chore: skip paths in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo committed Sep 26, 2023
1 parent d9635c6 commit 6a17431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ on:
push:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
branches:
- "main"
paths-ignore:
- "docs/**"
- "*.md"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6a17431

Please sign in to comment.