Skip to content

Commit 865fff9

Browse files
authored
ignore md files updates for actions
1 parent f7d9523 commit 865fff9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/kind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- '*.md'
7+
- '**.md'
88
pull_request:
99
branches: [ main ]
1010
paths-ignore:
11-
- '*.md'
11+
- '**.md'
1212
workflow_dispatch:
1313

1414
jobs:

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: Go Build and Test
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ main ]
6+
paths-ignore:
7+
- '**.md'
78
pull_request:
8-
branches:
9-
- main
9+
branches: [ main ]
10+
paths-ignore:
11+
- '**.md'
1012

1113
jobs:
1214
test:

0 commit comments

Comments
 (0)