Skip to content

Commit

Permalink
trigger blackbox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Nov 19, 2024
1 parent 7392ac3 commit 2eddffb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/black_box_tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2eddffb

Please sign in to comment.