Skip to content

Commit 62206ef

Browse files
committed
go gh flows: ignore yml changes
1 parent 10533fe commit 62206ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
- master
77
paths-ignore:
88
- "**/*.md"
9+
- "**/*.yml"
10+
- "**/*.yaml"
911
- "Makefile"
1012
pull_request:
1113
branches:
1214
- master
1315
paths-ignore:
1416
- "**/*.md"
17+
- "**/*.yml"
18+
- "**/*.yaml"
1519
- "Makefile"
1620

1721
jobs:

0 commit comments

Comments
 (0)