From 46198ee5e0d30a883e676942a58e950bbd3dbb5f Mon Sep 17 00:00:00 2001 From: NOCanoa <158103554+NOCanoa@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:52:17 +0000 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 580984c..b87f24f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,6 +2,9 @@ name: Upload to bunny on: workflow_dispatch: + push: + branches: + - main jobs: upload: @@ -24,6 +27,5 @@ jobs: - name: Change Directory and Run Go File run: | cd upload - ls go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}