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 }} })