Skip to content

Commit

Permalink
Fix lambda workflow
Browse files Browse the repository at this point in the history
Adjusts paths trigerring the workflow.

Signed-off-by: Rémy Greinhofer <[email protected]>
  • Loading branch information
rgreinho committed Nov 25, 2024
1 parent e04e805 commit c52fe75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lambdas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths:
- ".github/workflows/lambdas.yml"
- "lambdas/**"
- "Cargo.toml"
- "Cargo.lock"
types:
- opened
- synchronize
Expand Down

0 comments on commit c52fe75

Please sign in to comment.