We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93eb7c commit 2b73a1aCopy full SHA for 2b73a1a
.github/workflows/amplify_foundation_dart_bridge.yaml
@@ -19,6 +19,8 @@ on:
19
- 'packages/amplify_lints/pubspec.yaml'
20
- 'packages/aws_common/lib/**/*.dart'
21
- 'packages/aws_common/pubspec.yaml'
22
+ - 'packages/aws_signature_v4/lib/**/*.dart'
23
+ - 'packages/aws_signature_v4/pubspec.yaml'
24
pull_request:
25
paths:
26
- '.github/workflows/amplify_foundation_dart_bridge.yaml'
@@ -34,6 +36,8 @@ on:
34
36
35
37
38
39
40
41
schedule:
42
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
43
workflow_dispatch:
0 commit comments