From 46c520f54ee790c5e548609be21122112a025b23 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 31 Mar 2024 13:45:13 +0300 Subject: [PATCH] fix: build and deploy --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 61cf249..ff78430 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy Vue Application to Github Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: