File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919name : Deploy
2020on :
2121 push :
22- branches : [master ]
22+ branches : [none ]
2323 paths-ignore :
2424 - " **.md"
2525 pull_request :
Original file line number Diff line number Diff line change 1515name : Deploy_Playground_Netlify
1616on :
1717 push :
18- branches : [none ]
18+ branches : [master ]
1919 paths-ignore :
2020 - " **.md"
2121jobs :
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments