We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29a03dd + 1922565 commit 1dbc417Copy full SHA for 1dbc417
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Test
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["main", "*.x", "*-dev"]
6
pull_request:
7
8
9
jobs:
10
test:
CONTRIBUTING.md
@@ -55,3 +55,11 @@ export function abs(expr: Expr): CypherFunction {}
55
56
- `tsdoc.json` Defines the tsdoc shcema
57
- `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