diff --git a/README.md b/README.md index 0b9265f..ae08816 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,13 @@ The workflow YAML file will usually look something like this: ```yaml on: - # Trigger analysis when pushing in master or pull requests, and when creating - # a pull request. + # Trigger analysis when pushing to your main branches, and when creating a pull request. push: branches: + - main - master + - develop + - 'releases/**' pull_request: types: [opened, synchronize, reopened]