Skip to content

Commit a429345

Browse files
committed
CI: Run tests when test example files change
1 parent 20b33bb commit a429345

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'Gemfile'
1212
- 'Gemfile.lock'
1313
- 'bin/tetra'
14-
- 'spec/'
14+
- 'spec/**'
1515
- 'lib/template/bundled/'
1616
- '.github/workflows/test.yml'
1717
pull_request:
@@ -24,7 +24,7 @@ on:
2424
- 'Gemfile'
2525
- 'Gemfile.lock'
2626
- 'bin/tetra'
27-
- 'spec/'
27+
- 'spec/**'
2828
- 'lib/template/bundled/'
2929
- '.github/workflows/test.yml'
3030

0 commit comments

Comments
 (0)