Skip to content

Commit d3f5764

Browse files
committed
Enable CI for neon branch
We'd like to check our patches.
1 parent 38da7fa commit d3f5764

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: CI
33
on:
44
pull_request:
55
branches:
6+
- neon
67
- master
78
push:
89
branches:
10+
- neon
911
- master
1012

1113
env:
@@ -55,7 +57,7 @@ jobs:
5557
- run: docker compose up -d
5658
- uses: sfackler/actions/rustup@master
5759
with:
58-
version: 1.53.0
60+
version: 1.58.1
5961
- run: echo "::set-output name=version::$(rustc --version)"
6062
id: rust-version
6163
- uses: actions/cache@v1

0 commit comments

Comments
 (0)