Skip to content

Commit 883f0dd

Browse files
authored
Switched to main branch for deployment (#254)
1 parent abbfd95 commit 883f0dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
default: '5'
3535
jobs:
3636
deploy:
37-
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
37+
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
3838
with:
3939
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
4040
build-file: "app/Dockerfile"

.github/workflows/staging-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if-no-files-found: warn
6060
deploy:
6161
needs: test
62-
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@deploy-request
62+
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
6363
with:
6464
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
6565
build-file: "app/Dockerfile"

0 commit comments

Comments
 (0)