From 0e52075d0db2cb0d4b95b1996b0a895a052646f0 Mon Sep 17 00:00:00 2001 From: Dougie Squire Date: Wed, 6 Aug 2025 14:38:08 +1000 Subject: [PATCH 1/2] Build-CI: Specify correct branch (master) in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 291304f..adc856d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - main + - master jobs: pre-ci: name: Pre-CI From 17211c83be3407fccd29414bd06853b79bf607f4 Mon Sep 17 00:00:00 2001 From: Dougie Squire <42455466+dougiesquire@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:41:32 +1000 Subject: [PATCH 2/2] Add Build-CI badge to README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b3d5c00..4c49375 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -| GitHub CI | Travis CI | Jenkins Tests | -|:----------------:|:----------------:|:------------------:| -|[![GitHub Build Status](https://github.com/COSIMA/libaccessom2/workflows/CI/badge.svg)](https://github.com/COSIMA/libaccessom2/actions?query=workflow%3ACI)|[![Build Status](https://travis-ci.org/COSIMA/libaccessom2.svg?branch=master)](https://travis-ci.org/COSIMA/libaccessom2) |[![Test Status](https://accessdev.nci.org.au/jenkins/buildStatus/icon?job=ACCESS-OM2/libaccessom2)](https://accessdev.nci.org.au/jenkins/job/ACCESS-OM2/job/libaccessom2/)| +[![Build](https://github.com/ACCESS-NRI/libaccessom2/actions/workflows/ci.yml/badge.svg)](https://github.com/ACCESS-NRI/libaccessom2/actions/workflows/ci.yml) # libaccessom2