Commit 0b942749 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5598 from ethereum-optimism/aj/change-check

ci: Add go.mod and go.sum to rebuild all patterns
parents 81e93a33 1f893c67
......@@ -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