From: Bob Halley Date: Sat, 18 Dec 2021 14:08:03 +0000 (-0800) Subject: try again to get 2.2 workflow to run X-Git-Tag: v2.2.0rc1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ece7b8a7a07664683c5db1cb726c0a906889db2;p=thirdparty%2Fdnspython.git try again to get 2.2 workflow to run --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 65ac1189..0bcdb1aa 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -5,9 +5,9 @@ name: Python build on: push: - branches: [ master ] + branches: [ "2.2" ] pull_request: - branches: [ master ] + branches: [ "2.2" ] jobs: build: