diff options
author | Hailey <me@haileyok.com> | 2024-06-25 11:31:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 11:31:02 -0700 |
commit | 7c5ff79c8e545962502e87f3c6c734fb9b05970c (patch) | |
tree | df066d5a5ffc12aa27d75f60fc4bc57d4aa8d440 /.github | |
parent | b75341314cf7551644d12a7281ab22c855c78233 (diff) | |
download | voidsky-7c5ff79c8e545962502e87f3c6c734fb9b05970c.tar.zst |
`workflow_dispatch` link (#4642)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-push-link-aws.yaml | 4 |
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 }} |