Skip to content

Commit

Permalink
CI: ignore some paths from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 authored and chrisguida committed Jun 5, 2024
1 parent f76cd29 commit c0ba9dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,25 @@ concurrency:
on:
push:
branches: [ master ]
paths-ignore:
- '*.md'
- '*.toml'
- '*.yml'
- '*.lock'
- 'Dockerfile'
- '.gitignore'
- 'LICENSE'
- 'archived/**'
pull_request:
paths-ignore:
- '*.md'
- '*.toml'
- '*.yml'
- '*.lock'
- 'Dockerfile'
- '.gitignore'
- 'LICENSE'
- 'archived/**'

jobs:
build-and-test:
Expand Down

0 comments on commit c0ba9dc

Please sign in to comment.