From b6b69db272e72c8a7cb9f9c2a08cfa4041b5b9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20K=C3=B8hler=20Warmdahl?= Date: Wed, 4 Dec 2024 11:27:54 +0100 Subject: [PATCH] Use correct build script --- .github/workflows/release-ghc-alpine.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-ghc-alpine.yaml b/.github/workflows/release-ghc-alpine.yaml index bae80339..28532e9e 100644 --- a/.github/workflows/release-ghc-alpine.yaml +++ b/.github/workflows/release-ghc-alpine.yaml @@ -1,5 +1,7 @@ on: push: + branches: + - ekw/SRE-996/release-ghc-alpine tags: - fpic-ghc/* @@ -32,4 +34,4 @@ jobs: # BOOTSTRAP_GHC_VERSION corresponds to the version of GHC that we are using to build GHC_VERSION. GHC_VERSION="${{ env.GHC_VERSION }}" \ BOOTSTRAP_GHC_VERSION="${{ env.BOTTSTRAP_GHC_VERSION }}" \ - ./fpic/linux-fpic-ghc-build-and-push.sh + ./scripts/ghc-alpine-build.sh