Skip to content

Commit 8b2304a

Browse files
author
Vic Shóstak
committed
Update GH Action
1 parent 5cbc8ac commit 8b2304a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing_build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ on:
66
paths:
77
- "configs/**"
88
- "**.go"
9+
paths-ignore:
10+
- ".github/**"
11+
- "**.md"
912
pull_request:
1013
branches: [master]
1114
paths:
1215
- "configs/**"
1316
- "**.go"
17+
paths-ignore:
18+
- ".github/**"
19+
- "**.md"
1420

1521
jobs:
1622
build:

0 commit comments

Comments
 (0)