diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-push-embedr-aws.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build-and-push-embedr-aws.yaml b/.github/workflows/build-and-push-embedr-aws.yaml index f7f24af9f..23d1538fe 100644 --- a/.github/workflows/build-and-push-embedr-aws.yaml +++ b/.github/workflows/build-and-push-embedr-aws.yaml @@ -3,8 +3,6 @@ on: push: branches: - main - - bnewbold/embedr - - bnewbold/embedr-rebase env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} |