From 350e4c04cda60626664de6636f535e7206bf7529 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 10 Dec 2024 14:35:05 -0700 Subject: [PATCH] test action on 1.8 Signed-off-by: Andy Miller --- .github/workflows/tests.yaml | 4 ++-- .github/workflows/trigger-skeletons.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 334becbcf..242206692 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,9 +2,9 @@ name: PHP Tests on: push: - branches: [ develop ] + branches: [ develop, 1.8 ] pull_request: - branches: [ develop ] + branches: [ develop, 1.8 ] permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/trigger-skeletons.yml b/.github/workflows/trigger-skeletons.yml index b42b9630a..9a686f1ba 100644 --- a/.github/workflows/trigger-skeletons.yml +++ b/.github/workflows/trigger-skeletons.yml @@ -10,7 +10,7 @@ on: admin: description: 'Create also a package with Admin' required: true - default: true + default: 'true' permissions: contents: read # to fetch code (actions/checkout)