Skip to content

Commit 5a221b2

Browse files
committed
chore: remove release branch trigger from desktop publish workflow
1 parent 593d126 commit 5a221b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/desktop-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build and Publish Desktop App
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- release
85

96
jobs:
107
publish-tauri:

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,7 @@ notebooks/
216216
.syftboxapp.json
217217
logs
218218

219-
src-tauri/binaries
219+
src-tauri/binaries
220+
221+
# Superset
222+
.superset/

0 commit comments

Comments
 (0)