Skip to content

Commit 3192581

Browse files
authored
Merge pull request #56 from PHPCSStandards/develop
CI workflows: fix branch names
2 parents d191657 + 6889140 commit 3192581

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quicktest.yml

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

33
on:
4-
# Run on pushes, including merges, to all branches except `master`.
4+
# Run on pushes, including merges, to all branches except `stable`.
55
push:
66
branches-ignore:
7-
- master
7+
- stable
88
paths-ignore:
99
- '**.md'
1010

.github/workflows/test.yml

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

33
on:
4-
# Run on pushes to `master` and on all pull requests.
4+
# Run on pushes to `stable` and on all pull requests.
55
push:
66
branches:
7-
- master
7+
- stable
88
pull_request:
99
paths-ignore:
1010
- '**.md'

0 commit comments

Comments
 (0)