diff --git a/.github/workflows/deploy_playground.yml b/.github/workflows/deploy_playground.yml index a5fe661c..7f3537f6 100644 --- a/.github/workflows/deploy_playground.yml +++ b/.github/workflows/deploy_playground.yml @@ -21,7 +21,7 @@ name: Deploy_Playground on: push: - branches: [none] + branches: [master] paths-ignore: - "**.md" jobs: @@ -60,7 +60,7 @@ jobs: - name: "EXAMPLE-5 START BUILD - Flutter clean before build" run: flutter clean && cd example && flutter clean - name: "EXAMPLE-5 WEB release build" - run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-latest/" --no-tree-shake-icons --release -t lib/example5_themes_playground/main.dart + run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-latest/" --release -t lib/example5_themes_playground/main.dart - name: "EXAMPLE-5 DEPLOY to GitHub Pages repository, published on commit." uses: dmnemec/copy_file_to_another_repo_action@v1.0.4 env: