diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 6f85fa9..ffa27fa 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -2,14 +2,14 @@ name: Flutter on: push: - branches: - - "develop" - - "main" + #branches: + #- "develop" + #- "main" pull_request: jobs: 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 steps: