From 7983dd4c269997ff288de5a67896170be54997cc Mon Sep 17 00:00:00 2001
From: leibale
Date: Thu, 2 Sep 2021 11:12:55 -0400
Subject: [PATCH] update workflows & README
---
.github/workflows/benchmark.yml | 3 ++-
.github/workflows/documentation.yml | 3 ++-
.github/workflows/tests.yml | 3 ++-
README.md | 4 ++--
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index b6e5802a91..2df438eb19 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -3,7 +3,8 @@ name: Benchmark
on:
push:
branches:
- - v4
+ - master
+ - v4.0
jobs:
benchmark:
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 16ca16b560..9575d4639b 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -3,7 +3,8 @@ name: Documentation
on:
push:
branches:
- - v4
+ - master
+ - v4.0
jobs:
documentation:
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 028600f1a1..557d4f452d 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -3,7 +3,8 @@ name: Tests
on:
push:
branches:
- - v4
+ - master
+ - v4.0
jobs:
tests:
diff --git a/README.md b/README.md
index acc229b69c..db0fa71cc7 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@