diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:02:23 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 16:02:23 -0500 |
commit | 20c671066b3b14668612c523cd1d84a6d2d156c0 (patch) | |
tree | 1cca7a2167943428767ba273cd75b7f1cbe8d1c6 /.github/workflows/go.yml | |
parent | .NET: Make actions look gooder (diff) | |
download | locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar.gz locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar.bz2 locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar.lz locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar.xz locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.tar.zst locusts-20c671066b3b14668612c523cd1d84a6d2d156c0.zip |
Unleash the locust CI
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
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' |