Skip to content

Commit 7dc8777

Browse files
Update README.md
Changed events Signed-off-by: Gennadiy Litvinyuk <[email protected]>
1 parent 67e80f6 commit 7dc8777

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ Create `.github/workflows/continuous-integration.yml` file with following conten
3535
```yaml
3636
name: "Continuous Integration"
3737

38-
on:
39-
pull_request:
40-
push:
41-
branches:
42-
- '[0-9]+.[0-9]+.x'
43-
- 'refs/pull/*'
44-
tags:
38+
on: [push, pull_request]
4539

4640
jobs:
4741
matrix:
@@ -53,7 +47,6 @@ jobs:
5347
- name: Gather CI configuration
5448
id: matrix
5549
uses: laminas/laminas-ci-matrix-action@v1
56-
5750
qa:
5851
name: QA Checks
5952
needs: [matrix]

0 commit comments

Comments
 (0)