diff options
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r-- | .github/workflows/go.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 81c96b8..0406c21 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - paths: - - '**.go' - - '**go.mod' + # paths: + # - '**.go' + # - '**go.mod' pull_request: paths: - '**.go' |