Skip to content

Commit 6677c78

Browse files
committed
Make GitHub workflows run for PRs to this branch too
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 62533e8 commit 6677c78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, synchronize, reopened]
77
branches:
88
- master
9-
- QA
9+
- "5.*"
1010

1111
jobs:
1212
lint-php:

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, synchronize, reopened]
77
branches:
88
- master
9-
- QA
9+
- "5.*"
1010

1111
jobs:
1212
lint-docs:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, synchronize, reopened]
77
branches:
88
- master
9-
- QA
9+
- "5.*"
1010

1111
jobs:
1212
test-php:

0 commit comments

Comments
 (0)