From b8ae47a494cc10fdb31f4ae56f6f9fd2ac4ab2e3 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sun, 14 Mar 2021 23:13:13 -0400 Subject: [PATCH] No bug: Run tests on main instead of master. CI breakfix --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7c1f5879..f4f8e5178 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,12 +3,12 @@ name: Release Tests # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the main branch on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: -- 2.47.2