Skip to content

Commit 2545a07

Browse files
committed
feat(cd): deploy only releases
1 parent c39d66d commit 2545a07

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Continuous Deploy solution
22

33
on:
4-
push:
5-
branches:
6-
- saga
4+
release:
5+
types: [published]
76
workflow_dispatch:
87

98
permissions:
@@ -47,12 +46,6 @@ jobs:
4746
- name: Install dependencies
4847
run: npm ci --no-audit
4948

50-
- name: Check TypeScript
51-
run: npx tsc
52-
53-
- name: Run Unit Tests
54-
run: npm test
55-
5649
- name: Configure AWS credentials
5750
uses: aws-actions/configure-aws-credentials@v2
5851
with:

0 commit comments

Comments
 (0)