diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b9904caf4..b8b429ae9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,7 +1,5 @@ on: push: - branches: - - "release" tags: - "v*.*.*" @@ -28,9 +26,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - ref: "release" - fetch-depth: 0 - name: Setup flutter uses: subosito/flutter-action@v2