From 439ce4e866837c880609804ff8e8c6137bfa3e9c Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 23 May 2023 15:07:28 +0200 Subject: [PATCH 1/2] Updated README badges --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3953bd2ec..5d482c2ef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # ![xtensor](docs/source/xtensor.svg) -[![Appveyor](https://ci.appveyor.com/api/projects/status/dljjg79povwgncuf?svg=true)](https://ci.appveyor.com/project/xtensor-stack/xtensor) -[![Azure](https://dev.azure.com/xtensor-stack/xtensor-stack/_apis/build/status/xtensor-stack.xtensor?branchName=master)](https://dev.azure.com/xtensor-stack/xtensor-stack/_build/latest?definitionId=4&branchName=master) -[![Coverity](https://scan.coverity.com/projects/18335/badge.svg)](https://scan.coverity.com/projects/xtensor) +[![GithubActions](https://github.com/xtensor-stack/xtensor/actions/workflows/ci.yml/badge.svg)](https://github.com/xtensor-stack/xtensor/actions/workflows/ci.yml) +[![GithubActions](https://github.com/xtensor-stack/xtensor/actions/workflows/ci_extended.yaml/badge.svg)](https://github.com/xtensor-stack/xtensor/actions/workflows/ci_extended.yaml) [![Documentation](http://readthedocs.org/projects/xtensor/badge/?version=latest)](https://xtensor.readthedocs.io/en/latest/?badge=latest) [![Doxygen -> gh-pages](https://github.com/xtensor-stack/xtensor/workflows/gh-pages/badge.svg)](https://xtensor-stack.github.io/xtensor) [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/xtensor-stack/xtensor/stable?filepath=notebooks%2Fxtensor.ipynb) From b76f6adcaf88ce4ea64dcf67d238510b6d89054e Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 23 May 2023 15:25:35 +0200 Subject: [PATCH 2/2] Runs extended_ci on PR --- .github/workflows/ci_extended.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_extended.yaml b/.github/workflows/ci_extended.yaml index 94a5915e8..9cec635a0 100644 --- a/.github/workflows/ci_extended.yaml +++ b/.github/workflows/ci_extended.yaml @@ -2,6 +2,7 @@ name: Extra CI on: workflow_dispatch: + pull_request: push: branches: [master]