diff --git a/config/templates/workflows/tests.pattern.yml b/config/templates/workflows/tests.pattern.yml index 1c36196c468..c978645df34 100644 --- a/config/templates/workflows/tests.pattern.yml +++ b/config/templates/workflows/tests.pattern.yml @@ -1,6 +1,14 @@ name: Unit tests - {{ Pattern }} -on: [pull_request] +on: + push: + branches: + - develop + - main + pull_request: + branches: + - develop + - main jobs: test: