diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17654236..bb2229aa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ name: Deploy on: push: - branches: [master] + branches: [none] paths-ignore: - "**.md" pull_request: diff --git a/.github/workflows/deploy_playground_netlify.yml b/.github/workflows/deploy_playground_netlify.yml index 87ab301c..c73d72ec 100644 --- a/.github/workflows/deploy_playground_netlify.yml +++ b/.github/workflows/deploy_playground_netlify.yml @@ -15,7 +15,7 @@ name: Deploy_Playground_Netlify on: push: - branches: [none] + branches: [master] paths-ignore: - "**.md" jobs: diff --git a/example/lib/shared/const/app.dart b/example/lib/shared/const/app.dart index da356f15..fd9ecc2b 100644 --- a/example/lib/shared/const/app.dart +++ b/example/lib/shared/const/app.dart @@ -59,10 +59,10 @@ abstract final class App { static const String icon = 'assets/images/app_icon.png'; // URL for Netlify hosting build. // This will be the only one later when WASM works OK. - //static const String playgroundURL='https://playground.flexcolorscheme.com/'; + static const String playgroundURL = 'https://playground.flexcolorscheme.com/'; // URL for GitHub pages build. - static const String playgroundURL = - 'https://rydmike.com/flexcolorscheme/themesplayground-latest/'; + // static const String playgroundURL = + // 'https://rydmike.com/flexcolorscheme/themesplayground-latest/'; static final Uri packageUri = Uri( scheme: 'https',