]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update for branch renaming
authorBob Halley <halley@dnspython.org>
Sat, 17 Feb 2024 14:57:40 +0000 (06:57 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 17 Feb 2024 14:57:40 +0000 (06:57 -0800)
.github/workflows/ci.yml [moved from .github/workflows/python-package.yml with 97% similarity]
.github/workflows/codeql-analysis.yml

similarity index 97%
rename from .github/workflows/python-package.yml
rename to .github/workflows/ci.yml
index 70be4158943add2a211db75b27b9316019fcf62d..990eba3063c14dc25b675bc6760ceee5a2842316 100644 (file)
@@ -1,18 +1,18 @@
 # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
 # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
 
-name: Python build
+name: CI
 
 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'