Add .gitea/workflows/test.yaml

This commit is contained in:
2024-04-22 09:31:45 +00:00
parent fd730b8ffb
commit a494290dad

View File

@@ -0,0 +1,14 @@
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0