Skip to content

Commit

Permalink
Master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Feb 27, 2023
1 parent 2083469 commit 7193529
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: badge

on:
push:
branches: [ master ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fast PR check
on:
pull_request:
types: [ opened, edited ]
branches: [ master ]
branches: [ main ]
paths:
- '**.rs'
- '**/Cargo.toml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lints
on:
pull_request:
types: [ opened, edited ]
branches: [ master ]
branches: [ main ]
paths:
- '**.rs'
- '**/Cargo.toml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Security audit
on:
pull_request:
types: [ labeled ]
branches: [ master ]
branches: [ main ]
paths:
- '**/Cargo.toml'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![crates](https://img.shields.io/crates/v/allocator_api2.svg?style=for-the-badge&label=allocator_api2)](https://crates.io/crates/allocator_api2)
[![docs](https://img.shields.io/badge/docs.rs-allocator--api2-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white)](https://docs.rs/allocator_api2)
[![actions](https://img.shields.io/github/actions/workflow/status/zakarumych/allocator_api2/badge.yml?branch=master&style=for-the-badge)](https://github.com/zakarumych/allocator_api2/actions/workflows/badge.yml)
[![actions](https://img.shields.io/github/actions/workflow/status/zakarumych/allocator_api2/badge.yml?branch=main&style=for-the-badge)](https://github.com/zakarumych/allocator_api2/actions/workflows/badge.yml)
[![MIT/Apache](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](COPYING)
![loc](https://img.shields.io/tokei/lines/github/zakarumych/allocator_api2?style=for-the-badge)

Expand Down

0 comments on commit 7193529

Please sign in to comment.