Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdSlash authored Dec 23, 2024
1 parent 9e1ac92 commit 1b406b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ on:
branches:
- main
paths:
- "src/nata/"
- "src/nata.sh"
- "examples/config.json"

- "test/test.bats"
push:
branches:
- main
paths:
- "src/nata"
- "src/nata.sh"
- "examples/config.json"
- "test/test.bats"

jobs:
my_test:
Expand Down

0 comments on commit 1b406b8

Please sign in to comment.