Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 2eddffb

Browse files
committed
trigger blackbox tests
1 parent 7392ac3 commit 2eddffb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/black_box_tests.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
name: 'Black Box Tests'
22
on:
3+
# push:
4+
# branches:
5+
# - release/**
6+
# tags:
7+
# - v4.*
38
push:
49
branches:
5-
- release/**
10+
- '4.x'
611
tags:
7-
- v4.*
12+
- v4*
13+
pull_request:
14+
branches:
15+
- '4.x'
16+
types: [opened, reopened, synchronize]
817

918
jobs:
1019
build:

0 commit comments

Comments
 (0)