Skip to content

Commit 1dbc417

Browse files
authored
Merge branch 'main' into 3-dev
2 parents 29a03dd + 1922565 commit 1dbc417

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test.yml

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

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "*.x", "*-dev"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["main", "*.x", "*-dev"]
88

99
jobs:
1010
test:

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ export function abs(expr: Expr): CypherFunction {}
5555

5656
- `tsdoc.json` Defines the tsdoc shcema
5757
- `typedoc.json` Configures the tool typedoc
58+
59+
## Branches
60+
61+
These are the branches conventions on the repo:
62+
63+
- `main` The main branch, this is the latest release version
64+
- `*.x` The cutoff of an older major version (e.g. `2.x`)
65+
- `*-dev` development of a new major version

0 commit comments

Comments
 (0)