From 70ab9a863470b501a5ae8bfd292d8bcdbfcf1664 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 31 Aug 2026 23:32:23 +0200 Subject: [PATCH] Restored master branch --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/codeql.yaml | 4 ++-- .github/workflows/wiki-sync.yaml | 8 ++++---- README.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 515c6dd..0ca59a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: 🐍 Python CI on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] permissions: contents: read diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 2393884..5534f8e 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] schedule: - cron: '0 3 * * 1' # every monday at 03:00 diff --git a/.github/workflows/wiki-sync.yaml b/.github/workflows/wiki-sync.yaml index e619e83..f4b5a09 100644 --- a/.github/workflows/wiki-sync.yaml +++ b/.github/workflows/wiki-sync.yaml @@ -3,7 +3,7 @@ name: Wiki Sync on: push: branches: - - main + - master paths: - 'docs/wiki/**' - '.github/workflows/wiki-sync.yaml' @@ -37,7 +37,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/main --jq '.object.sha') + CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/master --jq '.object.sha') if [ "$CURRENT_SHA" != "$GITHUB_SHA" ]; then echo "Skipping obsolete workflow." echo "Current SHA: $CURRENT_SHA" @@ -65,7 +65,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/main --jq '.object.sha') + CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/master --jq '.object.sha') if [ "$CURRENT_SHA" != "$GITHUB_SHA" ]; then echo "Skipping obsolete workflow." echo "Current SHA: $CURRENT_SHA" @@ -84,7 +84,7 @@ jobs: git -C "wiki" config user.email "41898282+github-actions[bot]@users.noreply.github.com" git -C "wiki" commit -m "docs: sync wiki from ${GITHUB_SHA:0:12}" - CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/main --jq '.object.sha') + CURRENT_SHA=$(gh api repos/${GITHUB_REPOSITORY}/git/ref/heads/master --jq '.object.sha') if [ "$CURRENT_SHA" != "$GITHUB_SHA" ]; then echo "Skipping obsolete workflow." echo "Current SHA: $CURRENT_SHA" diff --git a/README.md b/README.md index 9397b83..de47efc 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ If you enjoy using it and would like to show your appreciation, consider support [image-security-img]: https://img.shields.io/badge/SBOM%20%2F%20Provenance-enabled-brightgreen?logo=security [image-security-url]: https://github.com/xraver/network-manager [last-commit-img]: https://img.shields.io/github/last-commit/xraver/network-manager -[last-commit-url]: https://github.com/xraver/network-manager/commits/main +[last-commit-url]: https://github.com/xraver/network-manager/commits/master [check-status-img]: https://github.com/xraver/network-manager/actions/workflows/ci.yaml/badge.svg [check-status-url]: https://github.com/xraver/network-manager/actions/workflows/ci.yaml [buymecoffee-img]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg -- 2.47.3