Skip to content

Commit 2b9d98c

Browse files
add cypher-5 to pr checks (#1324)
1 parent afc2fda commit 2b9d98c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ on:
55
pull_request:
66
branches:
77
- "dev"
8-
- "5.x"
9-
- "4.[0-9]"
10-
- "3.5"
11-
8+
- "cypher-25"
9+
- "cypher-5"
1210

1311
jobs:
1412

.github/workflows/docs-teardown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
pull_request_target:
66
branches:
77
- "dev"
8-
- "5.x"
9-
- "4.[0-9]"
10-
- "3.5"
8+
- "cypher-25"
9+
- "cypher-5"
10+
1111
types:
1212
- closed
1313

0 commit comments

Comments
 (0)