Skip to content

Commit

Permalink
Add 'latest' branch to all CI builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
elmindreda committed Jun 14, 2021
1 parent 4e788fc commit 3b13228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ branches:
only:
- ci
- master
- latest
- 3.3-stable
skip_tags: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b13228

Please sign in to comment.