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 67e80f6 commit 7dc8777Copy full SHA for 7dc8777
README.md
@@ -35,13 +35,7 @@ Create `.github/workflows/continuous-integration.yml` file with following conten
35
```yaml
36
name: "Continuous Integration"
37
38
-on:
39
- pull_request:
40
- push:
41
- branches:
42
- - '[0-9]+.[0-9]+.x'
43
- - 'refs/pull/*'
44
- tags:
+on: [push, pull_request]
45
46
jobs:
47
matrix:
@@ -53,7 +47,6 @@ jobs:
53
- name: Gather CI configuration
54
48
id: matrix
55
49
uses: laminas/laminas-ci-matrix-action@v1
56
-
57
50
qa:
58
51
name: QA Checks
59
52
needs: [matrix]
0 commit comments