From 47694e651c8c13d1ae0e3c92ff5790456c5fb648 Mon Sep 17 00:00:00 2001 From: John Starich Date: Sun, 1 Aug 2021 02:45:10 -0500 Subject: [PATCH] Update CI/CD for default branch rename --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ca5b557..b8c52e7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,7 @@ name: CD on: push: - branches: [ master ] + branches: [ main ] jobs: deploy: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f0707a..e867bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: jobs: