Skip to content

Commit 34357a9

Browse files
authored
Merge branch '6-dev' into 6-dev
2 parents 81a826e + fa159ba commit 34357a9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Test Plone 6 documentation
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- "master"
7-
3+
on: [push, pull_request]
84
jobs:
95
test:
6+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
107
runs-on: ubuntu-latest
118
steps:
129
- uses: actions/checkout@v1

docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this part of the documentation, you can find how to try Plone and how to choo
2626
Choose a version.
2727

2828
- [Plone 6 with Volto frontend](https://demo.plone.org/)
29-
- [Plone 6 Classic UI (nightly build)](https://classic.demo.plone.org/en)
29+
- [Plone 6 Classic UI (nightly build)](https://classic.demo.plone.org/login?came_from=/en)
3030
- [Plone 5.2.x (stable) with Barceloneta frontend](https://52.demo.plone.org/)
3131
:::
3232

0 commit comments

Comments
 (0)