From d1e43a4390512e716cffb5d39df025f44bc68382 Mon Sep 17 00:00:00 2001 From: Vava Heirro Date: Tue, 28 Jan 2025 00:52:11 +0700 Subject: [PATCH] chore: update branch workflows --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8fa9061..d223322 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: