ci: migrate from GitHub Actions to Gitea Actions

This commit is contained in:
2026-06-24 16:07:06 +03:00
parent 4dfaf11698
commit 68eb16027c
10 changed files with 544 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
name: On push to master branch
on:
push:
branches: [master]
paths-ignore:
- ".gitea/**"
- ".github/**"
- "*.md"
jobs:
run-tests:
uses: ./.gitea/workflows/run-tests.yml
with:
target: ${{ github.event.ref }}
publish-release:
uses: ./.gitea/workflows/publish-release.yml
with:
target: ${{ github.event.ref }}
tag: latest