Skip to content

Commit d27969a

Browse files
committed
Remove branch restriction for PRs
It makes no sense. Ref: 6677c78 Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 3569ec1 commit d27969a

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/lint-and-analyse-php.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
branches:
8-
- master
9-
- "5.*"
107

118
jobs:
129
lint-php:

.github/workflows/lint-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
branches:
8-
- master
9-
- "5.*"
107

118
jobs:
129
lint-docs:

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
pull_request:
66
types: [opened, synchronize, reopened]
7-
branches:
8-
- master
9-
- "5.*"
107

118
jobs:
129
test-php:

0 commit comments

Comments
 (0)