From: Bob Halley Date: Sun, 18 Feb 2024 18:35:12 +0000 (-0800) Subject: update CI X-Git-Tag: v2.6.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a742b9658977175663dc30da902342a8c2bacac;p=thirdparty%2Fdnspython.git update CI --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/python-package.yml rename to .github/workflows/ci.yml index 70be4158..7c1e6255 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/ci.yml @@ -6,13 +6,13 @@ name: Python build on: push: branches: - - master + - main - 2.6 paths: - '**.py' pull_request: branches: - - master + - main workflow_dispatch: jobs: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b9f25cb5..a50d77f4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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'