aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dotnet.yml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 21:42:06 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 21:42:06 -0500
commit54efd6488c27d54b2ff3fc946d489f1b0e047177 (patch)
tree1a7b0d631cde3517b6bd91c6528606d8fdd76cc1 /.github/workflows/dotnet.yml
parentBump more GHA files (diff)
downloadlocusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar.gz
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar.bz2
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar.lz
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar.xz
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.tar.zst
locusts-54efd6488c27d54b2ff3fc946d489f1b0e047177.zip
Allow CI to run when CI files are edited
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/dotnet.yml')
-rw-r--r--.github/workflows/dotnet.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 1255b3b..7ae8ac1 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -6,11 +6,13 @@ on:
- "**.cs"
- "**.csproj"
- "**.sln"
+ - ".github/workflows/dotnet.yml"
pull_request:
paths:
- "**.cs"
- "**.csproj"
- "**.sln"
+ - ".github/workflows/dotnet.yml"
jobs:
test: