Skip to content

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 28, 2024
1 parent 9675f32 commit 4f80314
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
name: Deploy Astro site to Pages

on:
on: workflow_dispatch
# Runs on pushes targeting the default branch
push:
branches: ["docs-astro"]
# push:
# branches: ["docs-astro"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DDeploy to BunnyCDN?

on: [workflow_dispatch]
on: workflow_dispatch

jobs:
cd:
Expand Down

0 comments on commit 4f80314

Please sign in to comment.