Skip to content

Commit 27aa67e

Browse files
committed
fix: run workflow when it changes
1 parent d8da034 commit 27aa67e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy_lambda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- "tests/**"
1313
- "*.py"
1414
- "app/**"
15+
- ".github/workflows/deploy_lambda.yml"
1516

1617
env:
1718
DEPLOY_LAMBDA: true

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "tests/**"
1212
- "*.py"
1313
- "app/**"
14+
- ".github/workflows/test.yml"
1415
jobs:
1516
cargo-test:
1617
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)