Skip to content

Commit

Permalink
Update branch name in CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Aug 7, 2024
1 parent ba5d149 commit 1797e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: checks
on:
push:
branches:
- "0.8"
- v0.8
pull_request:
branches:
- "0.8"
- v0.8
release:
types: [published]
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
version: ${{ inputs.version }}
crate-name: ${{ inputs.crate || 'neo4rs' }}
check-semver: true
base-branch: '0.8'
base-branch: 'v0.8'

0 comments on commit 1797e03

Please sign in to comment.