Skip to content

Commit 8d9bbe6

Browse files
authored
Merge a973ffd into 5755238
2 parents 5755238 + a973ffd commit 8d9bbe6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build-phar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- master
9+
- 4.0
910
paths:
1011
- '.github/workflows/build-phar.yml'
1112
- '.github/workflows/reusable-build-phar.yml'

.github/workflows/quicktest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Quicktest
22

33
on:
4-
# Run on pushes to all branches except for `master`.
4+
# Run on pushes to all branches except for `master`/`4.0`.
55
push:
66
branches-ignore:
77
- master
8+
- 4.0
89
paths-ignore:
910
- '**.md'
1011
# Allow manually triggering the workflow.

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Test
22

33
on:
4-
# Run on pushes to `master` and on all pull requests.
4+
# Run on pushes to `master`/`4.0` and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
66
push:
77
branches:
88
- master
9+
- 4.0
910
tags:
1011
- '**'
1112
paths-ignore:

0 commit comments

Comments
 (0)