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 c39d66d commit 2545a07Copy full SHA for 2545a07
.github/workflows/cd.yaml
@@ -1,9 +1,8 @@
1
name: Continuous Deploy solution
2
3
on:
4
- push:
5
- branches:
6
- - saga
+ release:
+ types: [published]
7
workflow_dispatch:
8
9
permissions:
@@ -47,12 +46,6 @@ jobs:
47
46
- name: Install dependencies
48
run: npm ci --no-audit
49
50
- - name: Check TypeScript
51
- run: npx tsc
52
-
53
- - name: Run Unit Tests
54
- run: npm test
55
56
- name: Configure AWS credentials
57
uses: aws-actions/configure-aws-credentials@v2
58
with:
0 commit comments