From 318fd7e971be8d274eebdfea0cd958dffbed6c70 Mon Sep 17 00:00:00 2001 From: Simon Shillaker <554768+Shillaker@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:03:16 +0100 Subject: [PATCH] Master to main (#227) --- .github/workflows/tests.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f0291186..bd8c3a945 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] types: [opened, synchronize, reopened, ready_for_review] defaults: diff --git a/README.md b/README.md index 0bc6fe7c5..48309c14b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Faabric [![Faabric tests](https://github.com/faasm/faabric/workflows/Tests/badge.svg?branch=master)](https://github.com/faasm/faabric/actions) [![License](https://img.shields.io/github/license/faasm/faabric.svg)](https://github.com/faasm/faabric/blob/master/LICENSE.md) [![Release](https://img.shields.io/github/release/faasm/faabric.svg)](https://github.com/faasm/faabric/releases/) [![Contributors](https://img.shields.io/github/contributors/faasm/faabric.svg)](https://github.com/faasm/faabric/graphs/contributors/) +# Faabric [![Faabric tests](https://github.com/faasm/faabric/workflows/Tests/badge.svg?branch=main)](https://github.com/faasm/faabric/actions) [![License](https://img.shields.io/github/license/faasm/faabric.svg)](https://github.com/faasm/faabric/blob/main/LICENSE.md) [![Release](https://img.shields.io/github/release/faasm/faabric.svg)](https://github.com/faasm/faabric/releases/) [![Contributors](https://img.shields.io/github/contributors/faasm/faabric.svg)](https://github.com/faasm/faabric/graphs/contributors/) Faabric is a library that provides scheduling, messaging and state for distributed serverless runtimes.