From: Bob Halley Date: Sat, 18 Dec 2021 13:56:23 +0000 (-0800) Subject: add workflow for 2.2 X-Git-Tag: v2.3.0rc1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f10bab872e463e3dc0d0722c888914969548ed7f;p=thirdparty%2Fdnspython.git add workflow for 2.2 --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 65ac1189..10104298 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -5,7 +5,7 @@ name: Python build on: push: - branches: [ master ] + branches: [ master, "2.2" ] pull_request: branches: [ master ]