ci: 🚀 switch to gitea #35

Merged
jamie merged 3 commits from v1.9.2 into main 2026-01-08 15:53:11 +00:00
Showing only changes of commit 29cb46963c - Show all commits
+2 -3
View File
@@ -1,13 +1,12 @@
name: Dev
on:
pull_request:
push:
branches:
- "**"
jobs:
release:
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'v')
build:
runs-on: build-htz-01
steps:
- name: Checkout