From 68e9da9927b239c8b893025394103ba917ea2765 Mon Sep 17 00:00:00 2001 From: IEEE UCSD <33653707+ieeeucsd@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:35:32 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4600dac..74d20fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,9 @@ name: Deploy Site # Controls when the workflow will run on: push: - branches: [ master] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: