diff --git a/.github/workflows/Flutter.yml b/.github/workflows/Flutter.yml index 47e73bd..775a4e5 100644 --- a/.github/workflows/Flutter.yml +++ b/.github/workflows/Flutter.yml @@ -1,18 +1,11 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - name: Flutter Build - on: push: branches: [ "main" ] pull_request: branches: [ "main" ] - jobs: - main: + build: runs-on: windows-latest steps: - name: Clone repository