diff --git a/.github/workflows/zip-and-upload-to-s3-production.yml b/.github/workflows/zip-and-upload-to-s3-production.yml index dbc0d00..e70da42 100644 --- a/.github/workflows/zip-and-upload-to-s3-production.yml +++ b/.github/workflows/zip-and-upload-to-s3-production.yml @@ -1,9 +1,9 @@ -name: Zip and Upload to S3 for Development +name: Zip and Upload to S3 for Production on: push: branches: - - production + - main jobs: deploy-after-testing: @@ -21,4 +21,4 @@ jobs: aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws_bucket: ${{ secrets.AWS_BUCKET }} source_dir: ./zip - destination_dir: "v1/production" \ No newline at end of file + destination_dir: "v1/production" diff --git a/manifest.json b/manifest.json index b166176..3170553 100644 --- a/manifest.json +++ b/manifest.json @@ -22,5 +22,5 @@ "metadata": "/snippets/triggers/project/manifest.json" } ], - "version": "d543ba0889ed6084eb6d7c3ab0ffa65d199f7901" + "version": "a712d23111c7b229370892d0a7a226e22078109d" }