Skip to content

Commit

Permalink
Update buildcdn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa authored Aug 29, 2024
1 parent ef1a8c5 commit 3e056ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildcdn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DDeploy to BunnyCDN?

on: [workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
username: ${{ secrets.STORAGE_NAME }}
password: ${{ secrets.STORAGE_PASSWORD }}
local-dir: ./dist/
server-dir: ../
server-dir: ../

0 comments on commit 3e056ac

Please sign in to comment.