From c45b18e3a5513660fca2ff4ee2eef08ad15dafe6 Mon Sep 17 00:00:00 2001 From: Simon Shanks Date: Thu, 19 Mar 2026 14:01:09 +0000 Subject: [PATCH 1/2] update workflow and add status to readme --- .github/workflows/build.yml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f6e0e2..820e44d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Cross-platform Build and Release on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] types: [opened, synchronize, reopened] release: types: [created] diff --git a/README.md b/README.md index 7b2cde0..6c92ca8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ![Solace](docs/solace.jpeg) kdb+ interface for Solace PubSub+ broker -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kxsystems/solace?include_prereleases)](https://github.com/kxsystems/solace/releases) [![Travis (.org) branch](https://img.shields.io/travis/kxsystems/solace/master?label=travis%20build)](https://travis-ci.org/kxsystems/solace/branches) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kxsystems/solace?include_prereleases)](https://github.com/kxsystems/solace/releases) +[![Build Status](https://github.com/KxSystems/solace/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/KxSystems/solace/actions/workflows/build.yml) A KX [Fusion interface](https://code.kx.com/q/interfaces/#fusion-interfaces) From b10df3f9c983ae9ecc30e8ba1667b04454a8d946 Mon Sep 17 00:00:00 2001 From: Simon Shanks <59612559+sshanks-kx@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:03:36 +0000 Subject: [PATCH 2/2] fix condition --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 820e44d..041f186 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -117,7 +117,7 @@ jobs: release: name: Upload release assets - if: github.event_name == 'release' && ${{ github.repository == 'KxSystems/solace' }} + if: github.event_name == 'release' && github.repository == 'KxSystems/solace' runs-on: ubuntu-latest needs: build permissions: