From aefdb0094881ade9913de98ccba60d7326fa0676 Mon Sep 17 00:00:00 2001 From: Brandon Brown Date: Mon, 10 Jun 2024 11:26:50 -0700 Subject: [PATCH] =?UTF-8?q?No=20wonder=20actions=20aren't=20running!=20wro?= =?UTF-8?q?ng=20branch=20name=20to=20trigger=20them=20=F0=9F=A4=A6?= =?UTF-8?q?=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a3875a0..aa1d675 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,10 +3,10 @@ name: Build and Deploy Sites on: push: branches: - - 'master' + - 'main' pull_request: branches: - - 'master' + - 'main' # env: # RUNNER_TOOL_CACHE: /toolcache