Skip to content

Commit 1797e03

Browse files
committed
Update branch name in CI file
1 parent ba5d149 commit 1797e03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: checks
33
on:
44
push:
55
branches:
6-
- "0.8"
6+
- v0.8
77
pull_request:
88
branches:
9-
- "0.8"
9+
- v0.8
1010
release:
1111
types: [published]
1212
merge_group:

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
version: ${{ inputs.version }}
7676
crate-name: ${{ inputs.crate || 'neo4rs' }}
7777
check-semver: true
78-
base-branch: '0.8'
78+
base-branch: 'v0.8'

0 commit comments

Comments
 (0)