Skip to content

Commit

Permalink
Add sandbox deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 30, 2023
1 parent 9aee91e commit ded5356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Sandbox CDK and SAM Deployment
on:
push:
branches: [ "main" ]
tags:
- sandbox
paths-ignore:
- '**.png'
- '**.md'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: CDK and SAM Deployment
on:
push:
branches: [ "main" ]
tags-ignore:
- sandbox
paths-ignore:
- '**.png'
- '**.md'
Expand Down

0 comments on commit ded5356

Please sign in to comment.