Skip to content

Commit

Permalink
Add paths-ignore to run tests action (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 authored Jan 10, 2023
1 parent 546b4f0 commit e50d9ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ on:
push:
branches:
- "main"
paths-ignore:
- ".github/**"
- "*.md"
- "docs/**"
- "nodebooks/**"
pull_request:
branches:
- "main"
paths-ignore:
- ".github/**"
- "*.md"
- "docs/**"
- "nodebooks/**"

jobs:
test_on_ubuntu_cpu:
Expand Down

0 comments on commit e50d9ca

Please sign in to comment.