Skip to content

Commit 59a202c

Browse files
committed
update workflow to not be triggered by changes on README.md
1 parent 62e0c92 commit 59a202c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
- main
77
paths-ignore:
88
- .github/workflows/*
9+
- README.md
910
pull_request:
1011
paths-ignore:
1112
- .github/workflows/*
13+
- README.md
1214
env:
1315
GO_VERSION: 1.16
1416

.github/workflows/build-image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- .github/workflows/CI.yaml
99
- .github/workflows/lint.yaml
1010
- .github/pull_request_template.yml
11+
- README.md
1112

1213
env:
1314
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)