diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 4d42ba65..1e2ea793 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -6,9 +6,9 @@ name: Python application test on: push: - branches: [ "7-hbs_development" ] + branches: [ "main" ] pull_request: - branches: [ "7-hbs_development" ] + branches: [ "main" ] jobs: build: