We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5be9d9 + 3afac75 commit 1f64639Copy full SHA for 1f64639
3 files changed
.github/workflows/e2e.yml
@@ -1,11 +1,14 @@
1
name: E2E Tests (playwright)
2
on:
3
+ workflow_dispatch:
4
push:
5
branches:
- - main
6
+ - 9.x
7
+ - 10.x
8
pull_request:
9
10
11
12
jobs:
13
test:
14
timeout-minutes: 60
.github/workflows/lint.yml
@@ -3,8 +3,8 @@ name: Fix Code Style
-# - 9.0
workflow_dispatch:
lint:
.github/workflows/tests.yml
name: Tests
# Unit tests back (phpunit)
0 commit comments