Skip to content

Commit 3e3df55

Browse files
author
Mokhtar Tlili
committed
update CI
1 parent 7600143 commit 3e3df55

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- "*.x"
7+
paths:
8+
- .github/workflows/ci.yml
9+
- composer.*
10+
- phpunit.xml.dist
11+
- tests/**
612
pull_request:
7-
branches: [ "main" ]
13+
branches:
14+
- "*.x"
15+
paths:
16+
- .github/workflows/ci.yml
17+
- composer.*
18+
- phpunit.xml.dist
19+
- tests/**
820

921
jobs:
1022
phpunit:

0 commit comments

Comments
 (0)