[test build_push]

This commit is contained in:
2024-11-23 16:12:26 +01:00
parent c223a84285
commit 6445cfac59
2 changed files with 11 additions and 8 deletions

View File

@@ -1,7 +1,10 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
# on: [push]
on:
push:
tags:
- '*'
## Exemple https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml
jobs: