From 4f1c4551999fd71143a6a5e752d65fdb9eba31c8 Mon Sep 17 00:00:00 2001 From: Corey's iMac Date: Sat, 12 Sep 2020 12:29:31 -0400 Subject: [PATCH] Switch actions to main branch --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 140dc626c..b9f3f7cc2 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CI_XCODE_VER: '/Applications/Xcode_11.6.app/Contents/Developer' @@ -101,7 +101,7 @@ jobs: DEVELOPER_DIR: ${{ env.CI_XCODE_VER }} - name: Deploy Jazzy Docs - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}