Skip to content

Commit a20e4be

Browse files
Include develop branch
1 parent 53c0cb8 commit a20e4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Set ReportPortal configuration
6363
# ReportPortal agent only works for PHP 7.1, 7.2, 7.3 and 7.4
64-
if: github.ref_name == 'main' && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
64+
if: (github.ref_name == 'main' || github.ref_name == 'develop') && vars.REPORT_PORTAL_ENABLED == 'true' && contains(fromJson('["7.1", "7.2", "7.3", "7.4"]'), matrix.php)
6565
run: ./tests/reportportal/reportportal_conf.sh
6666
env:
6767
REPORT_PORTAL_API_KEY: ${{ secrets.REPORT_PORTAL_API_KEY }}

0 commit comments

Comments
 (0)