Skip to content

Commit 8b8aa75

Browse files
committed
enable test on branch
1 parent b193ad0 commit 8b8aa75

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/api_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: API tests
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- issue_3551_remove_php-translation_loco-adapter
58

69
jobs:
710
apicurltests:

.github/workflows/assets_code_analysis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- issue_3551_remove_php-translation_loco-adapter
89

910
jobs:
1011
asses_code_analysis:

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- issue_3551_remove_php-translation_loco-adapter
89

910
jobs:
1011
code_analysis:

.github/workflows/unit_tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Unit Tests Checks
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- issue_3551_remove_php-translation_loco-adapter
58

69
jobs:
710
unittests:

0 commit comments

Comments
 (0)