diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16c75404..e56ec9b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,9 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the main branch + # Triggers the workflow on push or pull request events but only for the main or release branches push: - branches: [ main ] + branches: [ main, 'rel/*' ] pull_request: branches: [ main ]