Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 4, 2021
1 parent b2eb869 commit cbe6085
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ on: [push, pull_request]

jobs:
build:
# if: !contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[skip ci]')
if: |
!contains(format('{0} {1}', github.event.head_commit.message, github.event.pull_request.title), '[skip ci]')
strategy:
fail-fast: false
matrix:
# branch: ["1.0.0", "1.2.0", "1.4.0", "devel"]
branch: ["1.0.0", "1.0.8", "1.2.0", "1.2.8", "1.4.0", "1.4.2", "devel"] # TODO: stable
# xxx update as needed with latest stable for each branch
branch: ["1.0.8", "1.2.8", "1.4.2", "devel"] # stable currentl at 1.4.2
target:
- os: linux
cpu: amd64
Expand Down

0 comments on commit cbe6085

Please sign in to comment.