From c25a5b4f01a4031a9c91ee29046e174ff16fec2c Mon Sep 17 00:00:00 2001 From: Matthias Goerens Date: Mon, 7 Jul 2025 16:01:28 +0200 Subject: [PATCH] Complete branch renaming from master to main This fixes the end to end github workflow, that wasn't running anymore. Signed-off-by: Matthias Goerens --- .github/workflows/tests.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0a13bed..5a2018d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,9 +2,9 @@ name: Run unit and integration tests on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: diff --git a/README.md b/README.md index f647426..d1ed3a9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ deployment.apps "synapse-operator-controller-manager" deleted A set of example how to use the Synapse operator to deploy a Synapse server is provided under the -[examples](https://github.com/opdev/synapse-operator/tree/master/examples) +[examples](https://github.com/opdev/synapse-operator/tree/main/examples) directory. ## Notes and pre-requisites