]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update CI v2.6.1
authorBob Halley <halley@dnspython.org>
Sun, 18 Feb 2024 18:35:12 +0000 (10:35 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 18 Feb 2024 18:35:12 +0000 (10:35 -0800)
.github/workflows/ci.yml [moved from .github/workflows/python-package.yml with 98% similarity]
.github/workflows/codeql-analysis.yml

similarity index 98%
rename from .github/workflows/python-package.yml
rename to .github/workflows/ci.yml
index 70be4158943add2a211db75b27b9316019fcf62d..7c1e6255f24137b95baa943c4862a22330257a92 100644 (file)
@@ -6,13 +6,13 @@ name: Python build
 on:
   push:
     branches:
-      - master
+      - main
       - 2.6
     paths:
       - '**.py'
   pull_request:
     branches:
-      - master
+      - main
   workflow_dispatch:
 
 jobs:
index b9f25cb513141efcaf19abb7bea77756e76b7888..a50d77f4725450132e2183a3b8f849d6729e236d 100644 (file)
@@ -13,12 +13,12 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ master ]
+    branches: [ main ]
     paths:
       - '**.py'
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [ master ]
+    branches: [ main ]
   schedule:
     - cron: '27 9 * * 1'