diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 47c968f..446bf34 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -6,7 +6,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch - # push: + push: branches: ["none"] # Allows you to run this workflow manually from the Actions tab diff --git a/.github/workflows/cdn.yml b/.github/workflows/cdn.yml index ddd24ec..ec26200 100644 --- a/.github/workflows/cdn.yml +++ b/.github/workflows/cdn.yml @@ -1,8 +1,6 @@ name: DDeploy to BunnyCDN? -on: - - push - - workflow_dispatch +on: [push, workflow_dispatch] jobs: cd: