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

@ -16,4 +16,9 @@ jobs:
- name: List files in the repository
run: |
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"