Skip to content

Commit

Permalink
Trigger tests also on changes to the tests subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
msommerh authored Oct 15, 2024
1 parent 4da275f commit 1be5a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Unit tests

on:
push:
# only trigger workflow on changes in the sk_cathode subdirectory
# only trigger workflow on changes in a relevant subdirectory
paths:
- 'sk_cathode/**'
- 'tests/**'
pull_request:
branches: [ '*' ]

Expand Down

0 comments on commit 1be5a86

Please sign in to comment.