mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
chore: switch default branch to main (#622)
This commit is contained in:
parent
50a15085f7
commit
78fa07387c
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,14 +11,14 @@ jobs:
|
|||
runs-on: ${{ matrix.config.os }}
|
||||
timeout-minutes: 120
|
||||
strategy:
|
||||
# Always run master branch builds to completion. This allows the cache to
|
||||
# Always run main branch builds to completion. This allows the cache to
|
||||
# stay mostly up-to-date in situations where a single job fails due to
|
||||
# e.g. a flaky test.
|
||||
# Don't fast-fail on tag build because publishing binaries shouldn't be
|
||||
# prevented if 'cargo publish' fails (which can be a false negative).
|
||||
fail-fast:
|
||||
${{ github.event_name == 'pull_request' || (github.ref !=
|
||||
'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
|
||||
'refs/heads/main' && !startsWith(github.ref, 'refs/tags/')) }}
|
||||
matrix:
|
||||
config:
|
||||
- os: macOS-latest
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
V8 Version: 9.0.123
|
||||
|
||||
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions)
|
||||
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
|
||||
[![crates](https://img.shields.io/crates/v/rusty_v8.svg)](https://crates.io/crates/rusty_v8)
|
||||
[![docs](https://docs.rs/rusty_v8/badge.svg)](https://docs.rs/rusty_v8)
|
||||
|
||||
|
|
Loading…
Reference in a new issue