From 638a84e500cc4e580904918373eed4baa2c3c8e0 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 13:11:55 +0200 Subject: [PATCH] Update .gitea /workflows/ci.yml --- .gitea /workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea /workflows/ci.yml b/.gitea /workflows/ci.yml index d2226a2..d4b2b12 100644 --- a/.gitea /workflows/ci.yml +++ b/.gitea /workflows/ci.yml @@ -16,4 +16,9 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + tag-only-job: + runs-on: ci-tools + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + steps: + - run: echo "Generate release" \ No newline at end of file