diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e0de41c9..b5eec5bc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the develop branch push: - branches: [ develop ] + branches: [ '*' ] pull_request: branches: [ develop ]