diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index c701e1fdc..e59e862a5 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -7,12 +7,14 @@ name: Build on: push: + branches: [ main, develop ] paths-ignore: - 'documentation/**' - 'design/**' pull_request: types: [ ready_for_review, review_requested ] + branches: [ main, develop ] paths-ignore: - 'documentation/**' - 'design/**'