Skip to content

Commit 75f09ac

Browse files
committed
Deploy Netlify WASM build
1 parent 540d8df commit 75f09ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: Deploy
2020
on:
2121
push:
22-
branches: [master]
22+
branches: [none]
2323
paths-ignore:
2424
- "**.md"
2525
pull_request:

.github/workflows/deploy_playground_netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: Deploy_Playground_Netlify
1616
on:
1717
push:
18-
branches: [none]
18+
branches: [master]
1919
paths-ignore:
2020
- "**.md"
2121
jobs:

example/lib/shared/const/app.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ abstract final class App {
5959
static const String icon = 'assets/images/app_icon.png';
6060
// URL for Netlify hosting build.
6161
// This will be the only one later when WASM works OK.
62-
//static const String playgroundURL='https://playground.flexcolorscheme.com/';
62+
static const String playgroundURL = 'https://playground.flexcolorscheme.com/';
6363
// URL for GitHub pages build.
64-
static const String playgroundURL =
65-
'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
64+
// static const String playgroundURL =
65+
// 'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
6666

6767
static final Uri packageUri = Uri(
6868
scheme: 'https',

0 commit comments

Comments
 (0)