Commit 335e4cbd authored by Adrian Sutton's avatar Adrian Sutton

ci: Add go.mod and go.sum to rebuild all patterns

Any new go code winds up using these dependency definitions by default and they don't change often so its safer to rebuild everything when they change to avoid surprises.
parent 34d89aca
......@@ -11,7 +11,9 @@ REBUILD_ALL_PATTERNS = [
r'^\.github/\.*',
r'^package\.json',
r'^yarn\.lock',
r'ops/check-changed/.*'
r'ops/check-changed/.*',
r'^go\.mod',
r'^go\.sum',
]
WHITELISTED_BRANCHES = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment