Skip to content

Commit

Permalink
ci: dont test based on paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 16, 2024
1 parent 5df71a9 commit 3f577ac
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@ on:
push:
branches:
- master
paths:
- "test/**"
- "src/**"
- ".github/workflows/**"
- "Project.toml"
pull_request:
branches:
- master
paths:
- "test/**"
- "src/**"
- ".github/workflows/**"
- "Project.toml"
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand Down

0 comments on commit 3f577ac

Please sign in to comment.