Update .gitea /workflows/ci.yml

This commit is contained in:
dany 2024-07-24 13:11:55 +02:00
parent c0559a885e
commit 638a84e500

View File

@ -17,3 +17,8 @@ jobs:
run: | run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - 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"