1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-05-18 23:03:22 -04:00

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.
This commit is contained in:
Camilla Löwy 2021-06-09 16:48:34 +02:00
parent 4e788fc6dc
commit 3b13228650
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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