Skip to content

Commit 682c4d9

Browse files
committed
Open 2.1.x
1 parent 5404716 commit 682c4d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backward-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.0.x"
9+
- "2.1.x"
1010

1111
jobs:
1212
backward-compatibility:

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.0.x"
9+
- "2.1.x"
1010

1111
jobs:
1212
lint:

.github/workflows/test-slevomat-coding-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "2.0.x"
9+
- "2.1.x"
1010

1111
jobs:
1212
tests:

0 commit comments

Comments
 (0)