Skip to content

Commit

Permalink
chore: skip paths in CI workflow (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tuffin <[email protected]>
  • Loading branch information
Alex-Izquierdo and ttuffin authored Sep 27, 2023
1 parent f862c1a commit aaf2a43
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 aaf2a43

Please sign in to comment.