mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
test action on 1.8
Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
parent
d8123a3662
commit
350e4c04cd
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
2
.github/workflows/trigger-skeletons.yml
vendored
2
.github/workflows/trigger-skeletons.yml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user