Update flutter.yml

This commit is contained in:
2025-08-18 13:47:24 +02:00
committed by GitHub
parent 90a360f750
commit 3b4ee5e95d

View File

@@ -2,14 +2,14 @@ name: Flutter
on: on:
push: push:
#branches: branches:
#- "develop" - "develop"
#- "main" - "main"
pull_request: pull_request:
jobs: jobs:
generate_licenses: generate_licenses:
if: github.event_name == 'push' #&& github.ref == 'refs/heads/develop' if: github.event_name == 'push' && github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: