diff options
| author | Suhaib Mujahid <[email protected]> | 2020-10-26 21:09:26 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-26 18:09:26 -0700 |
| commit | ad3ec3664d54779c4c2e49e41f85e886fbff343c (patch) | |
| tree | 23265352f1bd0b3adcc412d4a1b638466bf315af /.github | |
| parent | f83530b18dc46867ed06fc261b309b8b545a3b6f (diff) | |
Create v31 to support libgit2 v1.1.x (#668)
The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4337fb1..152239f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -7,11 +7,12 @@ on: jobs: backport: + name: Backport change to branch ${{ matrix.branch }} + continue-on-error: true strategy: fail-fast: false matrix: - branch: [ 'release-0.28', 'release-0.27' ] - name: Backport change to branch ${{ matrix.branch }} + branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ] runs-on: ubuntu-20.04 |
