diff --git a/.github/workflows/deploy_tests_on_pull_request.yml b/.github/workflows/deploy_tests_on_pull_request.yml index 68819b0b5..1464bb605 100644 --- a/.github/workflows/deploy_tests_on_pull_request.yml +++ b/.github/workflows/deploy_tests_on_pull_request.yml @@ -1,7 +1,8 @@ name: Deploy on: - pull_request: + #pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/package.json b/package.json index f4d7e863c..cf3ebb4ad 100644 --- a/package.json +++ b/package.json @@ -144,6 +144,7 @@ }, "license": "MIT", "dependencies": { + "electron": "^26.2.2", "@electron/remote": "^2.0.11", "@fortawesome/fontawesome-free": "^5.15.3", "@sweetalert2/theme-bulma": "^4.0.3", @@ -174,7 +175,6 @@ "@storybook/web-components": "^7.6.10", "@storybook/web-components-vite": "^7.6.10", "chromatic": "^6.17.1", - "electron": "^26.2.2", "electron-builder": "^24.6.4", "electron-packager": "^17.1.2", "electron-updater": "^6.1.4",