]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try again to get 2.2 workflow to run
authorBob Halley <halley@dnspython.org>
Sat, 18 Dec 2021 14:08:03 +0000 (06:08 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 18 Dec 2021 14:08:03 +0000 (06:08 -0800)
.github/workflows/python-package.yml

index 65ac11893cfde4d3c254e4e5f8931a5d0834404b..0bcdb1aa8ea4c91c5db88ae11f1849db013b5956 100644 (file)
@@ -5,9 +5,9 @@ name: Python build
 
 on:
   push:
-    branches: [ master ]
+    branches: [ "2.2" ]
   pull_request:
-    branches: [ master ]
+    branches: [ "2.2" ]
 
 jobs:
   build: