We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8da034 commit 27aa67eCopy full SHA for 27aa67e
.github/workflows/deploy_lambda.yml
@@ -12,6 +12,7 @@ on:
12
- "tests/**"
13
- "*.py"
14
- "app/**"
15
+ - ".github/workflows/deploy_lambda.yml"
16
17
env:
18
DEPLOY_LAMBDA: true
.github/workflows/test.yml
@@ -11,6 +11,7 @@ on:
11
+ - ".github/workflows/test.yml"
jobs:
cargo-test:
runs-on: ubuntu-latest
0 commit comments