Skip to content

Commit

Permalink
Update references of 'master' branch to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
YisDav committed Feb 11, 2025
1 parent 971858c commit 95c2e34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- published
pull_request:
branches:
- master
- main
- stable
schedule:
- cron: '34 2 * * 1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- published
pull_request:
branches:
- master
- main
- stable
schedule:
- cron: '34 2 * * 1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- published
pull_request:
branches:
- master
- main
- stable
schedule:
- cron: '34 2 * * 1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95c2e34

Please sign in to comment.