Skip to content

Commit

Permalink
Only run specs when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorgan-fa committed May 1, 2024
1 parent 82dda96 commit 13eaf02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
push:
branches:
- main
paths-ignore:
- .editorconfig
- .gitignore
- .vscode/**
- bin/**
- Brewfile
- lefthook.yml
- LICENSE
- README.md
pull_request:

jobs:
Expand Down

0 comments on commit 13eaf02

Please sign in to comment.