We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dd67c commit 4901d14Copy full SHA for 4901d14
README.md
@@ -64,13 +64,7 @@ Create `.github/workflows/continuous-integration.yml` file with following conten
64
```yaml
65
name: "Continuous Integration"
66
67
-on:
68
- pull_request:
69
- push:
70
- branches:
71
- - '[0-9]+.[0-9]+.x'
72
- - 'refs/pull/*'
73
- tags:
+on: [push, pull_request]
74
75
jobs:
76
matrix:
@@ -82,7 +76,6 @@ jobs:
82
- name: Gather CI configuration
83
77
id: matrix
84
78
uses: laminas/laminas-ci-matrix-action@v1
85
-
86
79
qa:
87
80
name: QA Checks
88
81
needs: [matrix]
0 commit comments