From e444fbb77a94cb81aca52057281c42c2a855dfe5 Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Sat, 27 Jan 2024 18:26:12 +0000 Subject: [PATCH] fix(ci): update CI push/pull branches --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77e95ab9..5f7a5ec4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,11 +16,11 @@ env: on: pull_request: - branches: ['main', 'doc-deploy', 'ruth-notebook-for-workshop', 'r-docker-refactor'] + branches: ['main', 'r-docker-refactor'] paths-ignore: ['docs/**'] push: - branches: ['main', 'doc-deploy', 'ruth-notebook-for-workshop', 'r-docker-refactor'] + branches: ['main', 'r-docker-refactor'] concurrency: group: ${{ github.head_ref || github.run_id }}