summaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-21 22:43:33 +0900
committerhaturatu <taro@eyes4you.org>2024-12-21 22:43:33 +0900
commit02747fec74c65323e9f0805a016446a48e3e2f18 (patch)
treed32d969b3283b8a8a4504e18aef383a8bb97be5c /.github/workflows/go.yml
parent37169021a2cfba6d5a87507234f621ed2cf4c481 (diff)
updete ci: ignore readmeHEADmain
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 034eee0..84cc378 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -6,6 +6,9 @@ name: Go
on:
push:
branches: [ "main" ]
+ path-ignore:
+ - '**/README.md'
+
pull_request:
branches: [ "main" ]