diff options
author | Jaz <ericvolp12@gmail.com> | 2024-09-06 14:59:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 14:59:02 -0700 |
commit | 6620ee421b125b1ae63a85e29e3e947094fb24c8 (patch) | |
tree | 85b727c81ee3b6e65be17a98ab41e306185bfadb | |
parent | d41a00b373ada4c3566cc5af57f232b34604cc02 (diff) | |
download | voidsky-6620ee421b125b1ae63a85e29e3e947094fb24c8.tar.zst |
fix action
-rw-r--r-- | .github/workflows/build-and-push-bskyweb-aws.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml index 01f081375..ddaefbf66 100644 --- a/.github/workflows/build-and-push-bskyweb-aws.yaml +++ b/.github/workflows/build-and-push-bskyweb-aws.yaml @@ -5,7 +5,7 @@ on: branches: - main pull_request: - branches: [brianolson:ipcc-handler] + branches: [main] env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} |