From 4a6dfa8e04905acad8b406f4876f8dc264dab1b1 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 7 Jan 2021 13:50:49 +0000 Subject: [PATCH] Added main as a deploy branch for theme uploading no issue - we will be switching to main soon, and want to update this workflow to show how it should be used --- .github/workflows/deploy-theme.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 7c1e995..98b27ae 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - main jobs: deploy: runs-on: ubuntu-18.04