diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 98f4ed34..470dac77 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -1,10 +1,6 @@ name: C++ CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push] jobs: build-ubuntu-gcc-13: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9fe68387..5f5ad20e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,10 +1,6 @@ name: Rust CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push] jobs: build-ubuntu-rustc: diff --git a/README.md b/README.md index 5ac42d66..4411ba35 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Java CI](https://github.com/indy256/codelibrary/actions/workflows/java.yml/badge.svg)](https://github.com/indy256/codelibrary/actions/workflows/java.yml) [![C++ CI](https://github.com/indy256/codelibrary/actions/workflows/cpp.yml/badge.svg)](https://github.com/indy256/codelibrary/actions/workflows/cpp.yml) [![Rust CI](https://github.com/indy256/codelibrary/actions/workflows/rust.yml/badge.svg)](https://github.com/indy256/codelibrary/actions/workflows/rust.yml) -[![License](https://img.shields.io/badge/license-UNLICENSE-green.svg)](https://github.com/indy256/codelibrary/blob/master/UNLICENSE) +[![License](https://img.shields.io/badge/license-UNLICENSE-green.svg)](https://github.com/indy256/codelibrary/blob/main/UNLICENSE) ### Collection of algorithms and data structures in C++, Java, Kotlin, Python and Rust