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