From: Dave Miller Date: Mon, 15 Mar 2021 03:13:13 +0000 (-0400) Subject: No bug: Run tests on main instead of master. CI breakfix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ae47a494cc10fdb31f4ae56f6f9fd2ac4ab2e3;p=thirdparty%2Fbugzilla.git No bug: Run tests on main instead of master. CI breakfix --- 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: