Skip to content

Commit b8f6d72

Browse files
committed
Minor CI and release improvements
1 parent 440068b commit b8f6d72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/serde_rusqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "*"
1111
jobs:
1212
ci:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v3
1616

release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
allow-branch = ["master"]
12
pre-release-hook = "tools/pre-release.sh"
23
pre-release-commit-message = "v{{version}}"

0 commit comments

Comments
 (0)