From a1b38044ac9eba9096b645a79516d66f55b73029 Mon Sep 17 00:00:00 2001 From: Toby Jennings Date: Fri, 10 Jan 2025 12:15:51 -0600 Subject: [PATCH] feat: evolve workflows --- .github/workflows/ci.yaml | 1 + .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad2d5d0..457cf04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,7 @@ name: "CI" branches: - "tickets/**" - "u/**" + - "!main" env: UV_FROZEN: "1" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4866c1e..7edb685 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,5 +56,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, workflow_id: 'build.yaml', - ref: steps.release.outputs.tag + ref: ${{ steps.release.outputs.tag }} })