Skip to content

Commit b4c0911

Browse files
Minor workflow cleanup
1 parent 1cdffd2 commit b4c0911

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8-
workflow_dispatch:
9-
inputs:
10-
deploy_branch:
11-
description: 'Branch to deploy'
12-
required: true
13-
default: 'main'
8+
branches:
9+
- main
1410

1511
jobs:
1612
deploy:
@@ -46,6 +42,6 @@ jobs:
4642
run: npm ci
4743
working-directory: infra
4844

49-
- name: Deploy
45+
- name: Deploy CDK Stack
5046
run: npx cdk deploy --require-approval never
5147
working-directory: infra

0 commit comments

Comments
 (0)