diff options
-rw-r--r-- | .github/workflows/go.fmt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.fmt.yml b/.github/workflows/go.fmt.yml index 80e488734..288657fdd 100644 --- a/.github/workflows/go.fmt.yml +++ b/.github/workflows/go.fmt.yml @@ -5,7 +5,7 @@ on: branches: - 'master' paths: - - '*.go' + - '**.go' jobs: fix: |