This commit is contained in:
2025-05-24 13:42:48 +02:00
parent 8d01fe100a
commit 29ba39f5fe
2 changed files with 11 additions and 4 deletions

View File

@@ -4,12 +4,15 @@
name: Build And Test
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
#if: gitea.ref == 'refs/heads/main'
steps:
- uses: https://github.com/actions/checkout@v4

View File

@@ -1,9 +1,13 @@
name: Publish
run-name: ${{ gitea.actor }} is runs ci pipeline
#on:
# release:
# types: [published]
on:
release:
types: [published]
push:
branches:
- release/*
jobs:
# test: