File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,19 @@ run-name: Account-wide infra deployment to ${{ inputs.environment }} of ${{ inpu
1313# MGMT_ROLE_ARN is in repo secrets, so not needed in env
1414
1515# Looping through envs to pull certs
16-
17- on :
18- workflow_dispatch :
19- inputs :
20- environment :
21- description : " Environment to deploy to"
22- required : true
23- default : " account-dev"
24- type : environment
25- branch_name :
26- description : Branch to deploy
27- required : true
16+ on : push
17+
18+ # on:
19+ # workflow_dispatch:
20+ # inputs:
21+ # environment:
22+ # description: "Environment to deploy to"
23+ # required: true
24+ # default: "account-dev"
25+ # type: environment
26+ # branch_name:
27+ # description: Branch to deploy
28+ # required: true
2829
2930permissions :
3031 id-token : write
You can’t perform that action at this time.
0 commit comments