diff --git a/.github/workflows/trivy-dashboard.yml b/.github/workflows/trivy-dashboard.yml index 8bc2decf..1731c809 100644 --- a/.github/workflows/trivy-dashboard.yml +++ b/.github/workflows/trivy-dashboard.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/.github/workflows/trivy-indexer.yml b/.github/workflows/trivy-indexer.yml index 3582e21d..3bceea3b 100644 --- a/.github/workflows/trivy-indexer.yml +++ b/.github/workflows/trivy-indexer.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/.github/workflows/trivy-manager.yml b/.github/workflows/trivy-manager.yml index 18bdf1b8..686e2e2c 100644 --- a/.github/workflows/trivy-manager.yml +++ b/.github/workflows/trivy-manager.yml @@ -11,7 +11,7 @@ on: - published pull_request: branches: - - master + - main - stable schedule: - cron: '34 2 * * 1' diff --git a/README.md b/README.md index c49c20bc..1c23f26c 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ WAZUH_MONITORING_REPLICAS=0 ## ## Branches -* `master` branch contains the latest code, be aware of possible bugs on this branch. +* `main` branch contains the latest code, be aware of possible bugs on this branch. * `stable` branch corresponds to the last Wazuh stable version. ## Compatibility Matrix