Skip to content

Commit

Permalink
feat: only run tests if relevant files change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Sep 7, 2021
1 parent 6cffc7b commit aa80eec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: test
on: pull_request
on:
pull_request:
paths:
- "HADOLINT_VERSION"
- "**.sh"
- "test/*"

jobs:
bash_unit:
Expand Down

0 comments on commit aa80eec

Please sign in to comment.