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