diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index cb854486e..56451d1e3 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -5,11 +5,13 @@ on: branches: [main] paths: - '**.go' + - '**.toml' - 'go.mod' pull_request: branches: [main] paths: - '**.go' + - '**.toml' - 'go.mod' jobs: diff --git a/pkg/core/localize/locales/en/auth_token.en.toml b/pkg/core/localize/locales/en/auth_token.en.toml index 3ae4ffb37..7eadaf3fe 100644 --- a/pkg/core/localize/locales/en/auth_token.en.toml +++ b/pkg/core/localize/locales/en/auth_token.en.toml @@ -6,4 +6,3 @@ one = 'expected map claims but got "{{.Claims}}"' [auth.token.getExpiry.error.expectedExpiryClaimError] one = 'expected floating point "exp" but got "{{Claim}}"' -