From 50e84794f3883b775732c445cc2799b92c296d22 Mon Sep 17 00:00:00 2001 From: aboutmydreams Date: Sun, 7 Jul 2024 06:16:31 +0800 Subject: [PATCH] feat: add aciton --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 480000823..a59d37cc2 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,4 +1,4 @@ -name: Test Deployment +name: PROD Deployment env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} @@ -9,7 +9,7 @@ env: on: push: - branches: [master] + branches: [ahaclub] jobs: build: