From dfbd9baa22f0b04deb606ce316dc7b62547c2b95 Mon Sep 17 00:00:00 2001 From: scott-yj-yang Date: Wed, 11 Dec 2024 17:57:54 -0800 Subject: [PATCH] add my branch to action --- .github/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f3878ac..598d602 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,7 +1,9 @@ name: Deploy to GitHub Pages on: push: - branches: [master] + branches: + - master + - scott/gihtub_action_test workflow_dispatch: jobs: deploy: