This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user