diff --git a/.github/workflows/black_box_tests.yml b/.github/workflows/black_box_tests.yml index bb47ea822d2..605d1fd4a15 100644 --- a/.github/workflows/black_box_tests.yml +++ b/.github/workflows/black_box_tests.yml @@ -1,10 +1,19 @@ name: 'Black Box Tests' on: + # push: + # branches: + # - release/** + # tags: + # - v4.* push: branches: - - release/** + - '4.x' tags: - - v4.* + - v4* + pull_request: + branches: + - '4.x' + types: [opened, reopened, synchronize] jobs: build: