Skip to content

Commit

Permalink
Ignore specific paths in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewsrc committed Feb 23, 2024
1 parent 79e4597 commit 06dc094
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
- 'files/**'
- 'documents/**'
- '.gitingore'
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
- 'files/**'
- 'documents/**'
- '.gitingore'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 06dc094

Please sign in to comment.