From f63ef715b74e705a9e03d36be64bf1eed50a3ad2 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Thu, 19 Mar 2026 23:08:55 -0500 Subject: [PATCH] change trigger --- .gitea/workflows/cd.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 3e08ead..f46ffef 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -1,4 +1,7 @@ -on: [push] +on: + push: + tags: + - '*' name: Continuous Releases @@ -12,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: apt update && apt install -y ${{ env.APT_PACKAGES }} - run: rustup target add "${{ env.TARGET_PLATFORM }}"