Skip to content

Commit

Permalink
Merge pull request #91 from cryptogarageinc/feature/update-ci-20230904
Browse files Browse the repository at this point in the history
feat: update ci 20230904
  • Loading branch information
k-matsuzawa authored Sep 4, 2023
2 parents 305404a + db2f804 commit 0068ed1
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 230 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check_pre-merge.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: pre-merge check

on:
on:
push:
branches:
- master
- develop
- features/sprint*
- stable_v*
- master
- develop
- features/sprint*
- stable_v*
pull_request:
branches:
- master
- develop
- features/sprint*
- stable_v*
- master
- develop
- features/sprint*
- stable_v*

jobs:
rust-test:
name: rust test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, macos-11, ubuntu-20.04]
os: [windows-2019, macos-12, ubuntu-20.04]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 0068ed1

Please sign in to comment.