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