0
0
Fork 0
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:
Luca Casonato 2021-02-14 16:15:49 +01:00 committed by GitHub
parent 50a15085f7
commit 78fa07387c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)