diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4717652..789732a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,12 +6,15 @@ on: - '**' tags-ignore: - '*' + - '**' + - 'v*' pull_request: workflow_dispatch: jobs: test: name: Run Component Tests & Pipeline Verification + if: "!startsWith(github.ref, 'refs/tags/')" runs-on: ubuntu-latest steps: - name: Checkout Code