]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add manual trigger v2.2.1
authorBob Halley <halley@play-bow.org>
Sun, 6 Mar 2022 23:04:56 +0000 (15:04 -0800)
committerBob Halley <halley@play-bow.org>
Sun, 6 Mar 2022 23:04:56 +0000 (15:04 -0800)
.github/workflows/python-2-2-branch.yml

index e749b29ccda2c75723643e8c13733be071081e9f..7621484d7c63f0e022c734790852071d449fb95a 100644 (file)
@@ -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: