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/dotnet.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 '')
-rw-r--r-- | .github/workflows/dotnet.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d06d8e3..46ebf77 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -2,10 +2,10 @@ name: .NET on: push: - paths: - - "**.cs" - - "**.csproj" - - "**.sln" + # paths: + # - "**.cs" + # - "**.csproj" + # - "**.sln" pull_request: paths: - "**.cs" |