From e425a657e691a04de7c8083c135dc48665b0424e Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Sat, 7 Nov 2020 17:12:50 -0500 Subject: [PATCH] switch from master to main --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68615e4..12a36b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: path: result/dist deploy: - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: [build]