Skip to content

Commit 4fa5b4c

Browse files
committed
Add manual push to deploy workflow
1 parent e7a75d5 commit 4fa5b4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GitHub CloudFormation Deployment
22
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46
permissions:
57
id-token: write # This is required for requesting the JWT
68
contents: read # This is required for actions/checkout

0 commit comments

Comments
 (0)