Skip to content

Commit 4901d14

Browse files
gennadiylitvinyukXerkus
authored andcommitted
Update README.md
Changed events Signed-off-by: Gennadiy Litvinyuk <[email protected]>
1 parent a9dd67c commit 4901d14

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
@@ -64,13 +64,7 @@ Create `.github/workflows/continuous-integration.yml` file with following conten
6464
```yaml
6565
name: "Continuous Integration"
6666

67-
on:
68-
pull_request:
69-
push:
70-
branches:
71-
- '[0-9]+.[0-9]+.x'
72-
- 'refs/pull/*'
73-
tags:
67+
on: [push, pull_request]
7468

7569
jobs:
7670
matrix:
@@ -82,7 +76,6 @@ jobs:
8276
- name: Gather CI configuration
8377
id: matrix
8478
uses: laminas/laminas-ci-matrix-action@v1
85-
8679
qa:
8780
name: QA Checks
8881
needs: [matrix]

0 commit comments

Comments
 (0)