From: Giorgio Ravera <47370115+xraver@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:50:24 +0000 (+0100) Subject: Change CI branch from 'main' to 'master' X-Git-Tag: v0.0.1~9 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=5ec3bfaeef8f7d6df938acfd1372e6c0951f9ff0;p=network-manager.git Change CI branch from 'main' to 'master' --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2109e8..d5ac4a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI (Python) on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] permissions: contents: read