Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9514dc

Browse files
committedMay 2, 2023
Open 1.21.x
1 parent 16b30bb commit e9514dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/backward-compatibility.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.20.x"
9+
- "1.21.x"
1010

1111
jobs:
1212
backward-compatibility:

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.20.x"
9+
- "1.21.x"
1010

1111
jobs:
1212
lint:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "1.20.x"
9+
- "1.21.x"
1010

1111
jobs:
1212
tests:

0 commit comments

Comments
 (0)
Please sign in to comment.