We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8123a3 commit 350e4c0Copy full SHA for 350e4c0
.github/workflows/tests.yaml
@@ -2,9 +2,9 @@ name: PHP Tests
2
3
on:
4
push:
5
- branches: [ develop ]
+ branches: [ develop, 1.8 ]
6
pull_request:
7
8
9
permissions:
10
contents: read # to fetch code (actions/checkout)
.github/workflows/trigger-skeletons.yml
@@ -10,7 +10,7 @@ on:
admin:
11
description: 'Create also a package with Admin'
12
required: true
13
- default: true
+ default: 'true'
14
15
16
0 commit comments