1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

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

This commit is contained in:
Chaim Lev-Ari 2024-02-29 08:11:49 +02:00 committed by GitHub
parent 19a6a5c608
commit 42c2a52a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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