From 0aeeac34bd8a8332b685050746f60e94104fcbd3 Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 17 Sep 2024 19:57:14 +0800 Subject: [PATCH] I forgot to directly apply this to v4 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 53451a7..aec1aa7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ name: Deploy Nuxt site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["v3"] + branches: ["v4"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: