From f1f2b00369a2d246ff525d3fb8ef79803732e621 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 13 Jun 2020 15:09:45 -0700 Subject: [PATCH] CI/BUG: typo in ref name --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 488b887..ad03af1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -4,12 +4,12 @@ on: pull_request: push: branches: - - master + - main jobs: deploy: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2 with: