about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-25 11:31:02 -0700
committerGitHub <noreply@github.com>2024-06-25 11:31:02 -0700
commit7c5ff79c8e545962502e87f3c6c734fb9b05970c (patch)
treedf066d5a5ffc12aa27d75f60fc4bc57d4aa8d440 /.github
parentb75341314cf7551644d12a7281ab22c855c78233 (diff)
downloadvoidsky-7c5ff79c8e545962502e87f3c6c734fb9b05970c.tar.zst
`workflow_dispatch` link (#4642)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-push-link-aws.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build-and-push-link-aws.yaml b/.github/workflows/build-and-push-link-aws.yaml
index f91af4877..1c17d6e19 100644
--- a/.github/workflows/build-and-push-link-aws.yaml
+++ b/.github/workflows/build-and-push-link-aws.yaml
@@ -1,8 +1,6 @@
 name: build-and-push-link-aws
 on:
-  push:
-    branches:
-      - divy/bskylink
+  workflow_dispatch:
 
 env:
   REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}