This commit is contained in:
2025-05-24 13:42:48 +02:00
parent 81eca69ac0
commit 16bda45d3e
2 changed files with 11 additions and 4 deletions

View File

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

View File

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