Skip to content

Commit

Permalink
Master to main (faasm#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker authored Feb 14, 2022
1 parent 4fedda4 commit 318fd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 318fd7e

Please sign in to comment.