test
All checks were successful
Flutter Schmutter / release (push) Successful in 1s

This commit is contained in:
Flummi 2025-06-03 13:41:37 +02:00
parent e409308795
commit 064967ba9e

View File

@ -2,8 +2,8 @@ name: Flutter Schmutter
on:
push:
#branches:
# - master
branches:
- master
tags:
- 'v*'
@ -41,13 +41,14 @@ jobs:
release:
runs-on: ubuntu-latest
#needs: build
#if: gitea.event == 'release'
#if: startsWith(gitea.ref, 'refs/tags/v')
steps:
- name: Debugging Informationen
run: |
echo "Gitea Ref: ${{ gitea.ref }}"
echo "Gitea Event: ${{ gitea.event }}"
echo "Gitea Event: ${{ gitea.event_name }}"
#- name: checkout code
# uses: actions/checkout@v4