diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f6e0e2..041f186 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] @@ -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: 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)