Skip to content

Commit 1f64639

Browse files
committed
Merge branch '9.x' into improve-auth
2 parents a5be9d9 + 3afac75 commit 1f64639

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: E2E Tests (playwright)
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
5-
- main
6+
- 9.x
7+
- 10.x
68
pull_request:
79
branches:
8-
- main
10+
- 9.x
11+
- 10.x
912
jobs:
1013
test:
1114
timeout-minutes: 60

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Fix Code Style
33
on:
44
push:
55
branches:
6-
- main
7-
# - 9.0
6+
- 9.x
7+
- 10.x
88
workflow_dispatch:
99
jobs:
1010
lint:

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Tests
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
5-
- main
6+
- 9.x
7+
- 10.x
68
pull_request:
79
branches:
8-
- main
10+
- 9.x
11+
- 10.x
912
jobs:
1013

1114
# Unit tests back (phpunit)

0 commit comments

Comments
 (0)