From 5ecf2cbdbf086def1b7b038e3e251082a860fe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 9 Jun 2021 16:48:34 +0200 Subject: [PATCH] Add 'latest' branch to all CI builds With 3.4, the tip of the 'latest' branch will be a merge commit for 3.3-stable and the main branch, and not simply a fast-foward to an already tested commit. This sets up a tiny additional safety net before that merge. (cherry picked from commit 3b132286502edbed1d05145e7e7e1a8cd7d8b976) --- .appveyor.yml | 1 + .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a4a01666..2742949b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,6 +4,7 @@ branches: only: - ci - master + - latest - 3.3-stable skip_tags: true environment: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca689ed..014498ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: pull_request: push: - branches: [ ci, master, 3.3-stable ] + branches: [ ci, master, latest, 3.3-stable ] permissions: statuses: write contents: read