Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa authored Nov 1, 2024
1 parent 4bad397 commit 46198ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Upload to bunny

on:
workflow_dispatch:
push:
branches:
- main

jobs:
upload:
Expand All @@ -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 }}

0 comments on commit 46198ee

Please sign in to comment.