From a8c7322df78f2c34f45a4abf6c559ba2d91ceb39 Mon Sep 17 00:00:00 2001 From: Farrin Reid Date: Wed, 3 Jan 2024 17:59:40 -0800 Subject: [PATCH] fix default branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42d06102..df718157 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: