Skip to content

Commit

Permalink
NOBUG - Allowing manual deploy of dev.
Browse files Browse the repository at this point in the history
Dev will deploy on PR merge still. Now can redeploy dev manually as well.
  • Loading branch information
cameronpettit authored May 14, 2024
1 parent f37fd92 commit cca0864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Dev
on:
push:
branches: [main]
workflow_dispatch:

env:
TF_VERSION: 0.14.7
Expand Down

0 comments on commit cca0864

Please sign in to comment.