From 96a97e81372f683296104200170d019a5469e1b6 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Fri, 30 Jan 2026 11:35:56 +0000 Subject: [PATCH] Fixes build for butter-config --- .github/workflows/ci.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b25e4f2..cecce5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,12 +2,13 @@ name: ci on: push: branches: - - main - dev + - butter-config-test pull_request: branches: - - main - dev + - butter-config-test + jobs: build_and_publish: runs-on: docker @@ -15,6 +16,9 @@ jobs: image: ghcr.io/catthehacker/ubuntu:runner-latest steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.ref_name }} + fetch-depth: 0 - uses: actions/setup-node@v4 - run: npm install - run: sudo apt update && sudo apt install -y tar