@@ -1,7 +1,7 @@
on:
- push:
- branches:
- - main
+ release:
+ types: [prereleased]
+ branches: [main]
jobs:
publish:
@@ -1,6 +1,7 @@
release:
- types: [published]
+ types: [released]
@@ -17,7 +17,7 @@ import { SchemaModule } from './schema/schema.module';
imports: [
ServeStaticModule.forRoot({
rootPath: join(__dirname, '..', 'build'),
- renderPath: '/', // only root render static html
+ // renderPath: '/', // only root render static html
}),
MilvusModule,
CollectionsModule,