about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaz <ericvolp12@gmail.com>2024-09-06 14:59:02 -0700
committerGitHub <noreply@github.com>2024-09-06 14:59:02 -0700
commit6620ee421b125b1ae63a85e29e3e947094fb24c8 (patch)
tree85b727c81ee3b6e65be17a98ab41e306185bfadb
parentd41a00b373ada4c3566cc5af57f232b34604cc02 (diff)
downloadvoidsky-6620ee421b125b1ae63a85e29e3e947094fb24c8.tar.zst
fix action
-rw-r--r--.github/workflows/build-and-push-bskyweb-aws.yaml2
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 }}