Parcourir la source

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)
Camilla Löwy il y a 4 ans
Parent
commit
5ecf2cbdbf
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      .appveyor.yml
  2. 1 1
      .github/workflows/build.yml

+ 1 - 0
.appveyor.yml

@@ -4,6 +4,7 @@ branches:
     only:
         - ci
         - master
+        - latest
         - 3.3-stable
 skip_tags: true
 environment:

+ 1 - 1
.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