From 19e51946187f6ec2a7f90153b903585de96a6011 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Tue, 14 Jul 2020 15:50:53 -0400 Subject: [PATCH] Update deploy workflow on changes to main (#26) --- .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 9e7f4c4..1a65eab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy 🚀 on: push: - branches: ["master", "deploy-test"] + branches: ["main", "deploy-test"] jobs: deploy: