diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9426f263e..7710ff79a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - branch: [version-1-6] + branch: [~, upstream/version-1-6] include: - target: os: linux @@ -52,7 +52,7 @@ jobs: run: shell: ${{ matrix.shell }} - name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (Nim ${{ matrix.branch }})' + name: ${{ matrix.target.os }}-${{ matrix.target.cpu }}${{ matrix.branch != '' && ' (Nim ' || '' }}${{ matrix.branch }}${{ matrix.branch != '' && ')' || '' }} runs-on: ${{ matrix.builder }} steps: - name: Checkout