From 6f10c21ec5f599a0b89667926d38072802b3d6fc Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 30 Jan 2025 09:02:58 -0700 Subject: [PATCH] Make it easier to produce 'prerelease' versions --- .github/workflows/ci-integ-test-full.yml | 2 ++ .github/workflows/ci-update-dist.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index 9e205a3..dc92990 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -3,6 +3,8 @@ name: CI-integ-test-full on: workflow_dispatch: push: + branches: + - 'main' paths: - 'dist/**' diff --git a/.github/workflows/ci-update-dist.yml b/.github/workflows/ci-update-dist.yml index 8ef9bba..baf89d0 100644 --- a/.github/workflows/ci-update-dist.yml +++ b/.github/workflows/ci-update-dist.yml @@ -5,6 +5,7 @@ on: push: branches: - 'main' + - 'prerelease/**' - 'release/**' paths-ignore: - 'dist/**'