From: Bob Halley Date: Sun, 6 Mar 2022 23:04:56 +0000 (-0800) Subject: add manual trigger X-Git-Tag: v2.2.1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a05f0c96f0d1558c3d65deac9059162c5687a48;p=thirdparty%2Fdnspython.git add manual trigger --- diff --git a/.github/workflows/python-2-2-branch.yml b/.github/workflows/python-2-2-branch.yml index e749b29c..7621484d 100644 --- a/.github/workflows/python-2-2-branch.yml +++ b/.github/workflows/python-2-2-branch.yml @@ -5,9 +5,11 @@ name: Python 2.2 build on: push: - branches: [ "2.2" ] - pull_request: - branches: [ "2.2" ] + branches: + - '2.2' + paths: + - '**.py' + workflow_dispatch: jobs: build: