Skip to content

Commit

Permalink
Avoid running CI for changes to the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztangent committed Oct 6, 2024
1 parent 4db7d29 commit 6f75477
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ name: ContinuousIntegration
on:
push:
branches: [ master ]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
- 'WEBSITE.md'
pull_request:
branches: [ master ]
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
- 'WEBSITE.md'

jobs:
ContinuousIntegration:
Expand Down

0 comments on commit 6f75477

Please sign in to comment.