Skip to content

Commit

Permalink
Unleash the locust CI
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Strapp <[email protected]>
  • Loading branch information
RosstheRoss committed Aug 6, 2024
1 parent 7a7e6e8 commit 20c6710
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C

on:
push:
paths:
- "**.c"
- "**.h"
# paths:
# - "**.c"
# - "**.h"
pull_request:
paths:
- "**.c"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Docker

on:
push:
paths:
- "Dockerfile"
- "include/locusts.go"
# paths:
# - "Dockerfile"
# - "include/locusts.go"
pull_request:
paths:
- "Dockerfile"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: .NET

on:
push:
paths:
- "**.cs"
- "**.csproj"
- "**.sln"
# paths:
# - "**.cs"
# - "**.csproj"
# - "**.sln"
pull_request:
paths:
- "**.cs"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
paths:
- '**.go'
- '**go.mod'
# paths:
# - '**.go'
# - '**go.mod'
pull_request:
paths:
- '**.go'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python

on:
push:
paths:
- '**.py'
- 'pyproject.toml'
# paths:
# - '**.py'
# - 'pyproject.toml'
pull_request:
paths:
- '**.py'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
paths:
- "**.rs"
- "Cargo.**"
# paths:
# - "**.rs"
# - "Cargo.**"
pull_request:
paths:
- "**.rs"
Expand Down

0 comments on commit 20c6710

Please sign in to comment.