Skip to content

Commit b632fb8

Browse files
Fix readme CI
1 parent ccf5e2d commit b632fb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "**.json"
1111
- "go.mod"
1212
- "go.sum"
13+
- README.md
1314
pull_request:
1415
branches: ["master"]
1516
paths:
@@ -19,6 +20,7 @@ on:
1920
- "**.json"
2021
- "go.mod"
2122
- "go.sum"
23+
- README.md
2224

2325
concurrency:
2426
# prevent multiple workflows from running at the same time for the same pr/branch/tag etc.

0 commit comments

Comments
 (0)