From cffde3efe1b085cabe5ec155d86913c598db2131 Mon Sep 17 00:00:00 2001 From: Jarrett Spiker Date: Wed, 8 Dec 2021 00:07:02 -0500 Subject: [PATCH] Fix main branch name in github workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 650a5a4..0d51159 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Module CI/CD on: push: branches: - - master + - main jobs: build: @@ -26,7 +26,7 @@ jobs: - name: Update Latest Release id: create_latest_release uses: ncipollo/release-action@v1 - if: endsWith(github.ref, 'master') + if: endsWith(github.ref, 'main') with: allowUpdates: true name: Latest