Skip to content

Commit 48685ad

Browse files
Merge pull request #464 from IBM/update/workflows
Skipping automatic tests when the modifications are for documentation and other files outside the core.
2 parents 95c523f + 0b6e6c2 commit 48685ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ on:
44
push:
55
branches:
66
- main
7-
7+
paths-ignore:
8+
- 'docs/**'
9+
- '*.md'
10+
- 'tests/resources/**'
811
pull_request:
912
branches:
1013
- main
1114
- dev
15+
paths-ignore:
16+
- 'docs/**'
17+
- '*.md'
18+
- 'tests/resources/**'
1219
jobs:
1320
build:
1421
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)