Skip to content

Commit

Permalink
Run github actions on action file change.
Browse files Browse the repository at this point in the history
This was implemented for some actions. Matching the behavior for all.
  • Loading branch information
nihohit committed Dec 5, 2023
1 parent e96cba1 commit 89cd507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- csharp/**
- babushka-core/**
- submodules/**
- .github/workflows/csharp.yml
pull_request:
paths:
- csharp/**
- babushka-core/src/**
- submodules/**
- .github/workflows/csharp.yml

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
- benchmarks/node/**
- node/**
- benchmarks/utilities/*
- .github/workflows/lint-ts.yml
pull_request:
paths:
- benchmarks/node/**
- node/**
- benchmarks/utilities/*
- .github/workflows/lint-ts.yml

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- babushka-core/**
- submodules/**
- utils/cluster_manager.py
- .github/workflows/rust.yml
pull_request:
paths:
- logger_core/**
- babushka-core/**
- submodules/**
- utils/cluster_manager.py
- .github/workflows/rust.yml

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 89cd507

Please sign in to comment.