Skip to content

Commit 887021c

Browse files
authored
exclude readme from tests
1 parent 2168780 commit 887021c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master_verification_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "Master verification Tests"
22
on:
33
push:
44
branches: [ master ]
5+
paths-ignore:
6+
- '**/README.md'
57
jobs:
68
master_CI:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)