]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update github action v2.3.0rc1
authorBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:36:45 +0000 (11:36 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 27 Dec 2022 19:36:45 +0000 (11:36 -0800)
.github/workflows/python-package.yml

index e6b1177effe72dac7f33740444ffe75a0cb01605..bd9bd67869ddb38b7fdccf363220d25c3f5b01a5 100644 (file)
@@ -6,12 +6,10 @@ name: Python build
 on:
   push:
     branches:
-      - master
-    paths:
-      - '**.py'
+      - 2.3
   pull_request:
     branches:
-      - master
+      - 2.3
 
 jobs:
   build: