From: Dylan Hardison Date: Sun, 23 Aug 2020 19:47:39 +0000 (-0400) Subject: only run tests against the primary branch X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b12b904a7600b06a84e5c18a4dee99579757a26;p=thirdparty%2Fbugzilla.git only run tests against the primary branch --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e0c0e5db..d7c1f5879 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,9 +6,9 @@ name: Release Tests # events but only for the master branch on: push: - branches: [ master, devel ] + branches: [ master ] pull_request: - branches: [ master, devel ] + branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: