From 581c72dea6ce9bdef6610ecc60de06c6a8763ed7 Mon Sep 17 00:00:00 2001 From: jevanilla Date: Thu, 8 Aug 2024 18:42:02 -0700 Subject: [PATCH] Changed branch name in workflow --- .github/workflows/deploy-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-app.yaml b/.github/workflows/deploy-app.yaml index 1610a76..a232309 100644 --- a/.github/workflows/deploy-app.yaml +++ b/.github/workflows/deploy-app.yaml @@ -10,7 +10,7 @@ on: workflow_dispatch: # Trigger on push to `main` branch push: - branches: ["main"] + branches: ["master"] # Trigger on pull request to all branches (but do not deploy to gh-pages) pull_request: