We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593d126 commit 5a221b2Copy full SHA for 5a221b2
2 files changed
.github/workflows/desktop-publish.yml
@@ -2,9 +2,6 @@ name: Build and Publish Desktop App
2
3
on:
4
workflow_dispatch:
5
- push:
6
- branches:
7
- - release
8
9
jobs:
10
publish-tauri:
.gitignore
@@ -216,4 +216,7 @@ notebooks/
216
.syftboxapp.json
217
logs
218
219
-src-tauri/binaries
+src-tauri/binaries
220
+
221
+# Superset
222
+.superset/
0 commit comments