diff --git a/.github/workflows/upload_to_S3.yml b/.github/workflows/upload_to_S3.yml index 1d0a9f6d..7f6bcf1b 100644 --- a/.github/workflows/upload_to_S3.yml +++ b/.github/workflows/upload_to_S3.yml @@ -4,11 +4,11 @@ on: push: branches: - main - workflow_dispatch: - inputs: - environment: - type: environment - description: The environment to deploy to. + workflow_dispatch: + inputs: + environment: + type: environment + description: The environment to deploy to. jobs: detect-environments: @@ -48,4 +48,4 @@ jobs: - name: Save to S3 run: | aws s3 sync ./collection s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/collection - aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline \ No newline at end of file + aws s3 sync ./pipeline s3://${{ secrets.DEPLOY_COLLECTION_DATA_BUCKET }}/config/pipeline