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.
1 parent ba5d149 commit 1797e03Copy full SHA for 1797e03
.github/workflows/checks.yml
@@ -3,10 +3,10 @@ name: checks
3
on:
4
push:
5
branches:
6
- - "0.8"
+ - v0.8
7
pull_request:
8
9
10
release:
11
types: [published]
12
merge_group:
.github/workflows/create-release-pr.yml
@@ -75,4 +75,4 @@ jobs:
75
version: ${{ inputs.version }}
76
crate-name: ${{ inputs.crate || 'neo4rs' }}
77
check-semver: true
78
- base-branch: '0.8'
+ base-branch: 'v0.8'
0 commit comments