From c1c82b8317c5ca3af52d5c3ed96973db45ad3937 Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Mon, 22 Nov 2021 17:00:05 -0800 Subject: [PATCH] Change build green link from travis to github (#8483) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcca411d..852eebbbe 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ details of the core Pulumi CLI and [programming model concepts](https://www.pulu | Architecture | Build Status | | ------------ | ------------ | -| Linux/macOS x64 | [![Linux x64 Build Status](https://travis-ci.com/pulumi/pulumi.svg?token=cTUUEgrxaTEGyecqJpDn&branch=master)](https://travis-ci.com/pulumi/pulumi) | -| Windows x64 | [![Windows x64 Build Status](https://ci.appveyor.com/api/projects/status/uqrduw6qnoss7g4i?svg=true&branch=master)](https://ci.appveyor.com/project/pulumi/pulumi) | +| Linux/macOS x64 | [![Linux x64 Build Status](https://github.com/pulumi/pulumi/actions/workflows/master.yml/badge.svg)](https://github.com/pulumi/pulumi/actions/workflows/master.yml) | +| Windows x64 | [![Windows x64 Build Status](https://ci.appveyor.com/api/projects/status/uqrduw6qnoss7g4i?svg=true&branch=master)](https://ci.appveyor.com/project/pulumi/pulumi) | ### Languages