diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-and-push-ogcard-aws.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build-and-push-ogcard-aws.yaml b/.github/workflows/build-and-push-ogcard-aws.yaml index 5d6ff041d..8fb680a90 100644 --- a/.github/workflows/build-and-push-ogcard-aws.yaml +++ b/.github/workflows/build-and-push-ogcard-aws.yaml @@ -1,8 +1,6 @@ name: build-and-push-ogcard-aws on: - push: - branches: - - divy/bskycard + workflow_dispatch: env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }} |