Skip to content

Commit a712679

Browse files
add cypher-5 to pr checks (#1324)
1 parent 8cc167e commit a712679

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
branches:
77
- "dev"
88
- "cypher-25"
9-
- "5.x"
10-
- "4.[0-9]"
11-
- "3.5"
12-
9+
- "cypher-5"
1310

1411
jobs:
1512

.github/workflows/docs-teardown.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ on:
66
branches:
77
- "dev"
88
- "cypher-25"
9-
- "5.x"
10-
- "4.[0-9]"
11-
- "3.5"
9+
- "cypher-5"
10+
1211
types:
1312
- closed
1413

0 commit comments

Comments
 (0)