Skip to content

Commit 350e4c0

Browse files
committed
test action on 1.8
Signed-off-by: Andy Miller <[email protected]>
1 parent d8123a3 commit 350e4c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PHP Tests
22

33
on:
44
push:
5-
branches: [ develop ]
5+
branches: [ develop, 1.8 ]
66
pull_request:
7-
branches: [ develop ]
7+
branches: [ develop, 1.8 ]
88

99
permissions:
1010
contents: read # to fetch code (actions/checkout)

.github/workflows/trigger-skeletons.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
admin:
1111
description: 'Create also a package with Admin'
1212
required: true
13-
default: true
13+
default: 'true'
1414

1515
permissions:
1616
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)