Skip to content

Commit 0b6e6c2

Browse files
Tests for files inside tests/resources also can be discarded
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
1 parent f6295ad commit 0b6e6c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
paths-ignore:
88
- 'docs/**'
99
- '*.md'
10+
- 'tests/resources/**'
1011
pull_request:
1112
branches:
1213
- main
1314
- dev
1415
paths-ignore:
1516
- 'docs/**'
1617
- '*.md'
18+
- 'tests/resources/**'
1719
jobs:
1820
build:
1921
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)