fix(ci): prevent tests from running twice [EE-6728] (#11196)

pull/11284/head
Chaim Lev-Ari 2024-02-29 08:11:46 +02:00 committed by GitHub
parent eba08cdca0
commit d44f57ed6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -6,12 +6,20 @@ env:
on: on:
pull_request: pull_request:
branches:
- master
- develop
- release/*
types: types:
- opened - opened
- reopened - reopened
- synchronize - synchronize
- ready_for_review - ready_for_review
push: push:
branches:
- master
- develop
- release/*
jobs: jobs:
test-client: test-client: