Skip to content

Commit 4d68a5d

Browse files
committedFeb 28, 2025
Trigger workflows manually for now
1 parent 64005d6 commit 4d68a5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.github/workflows/tauri-build-self-hosted.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: 'Build and release (self-hosted)'
22

33
on:
4-
push:
5-
branches:
6-
- tauri
4+
workflow_dispatch:
5+
# on:
6+
# push:
7+
# branches:
8+
# - tauri
79

810
jobs:
911
build-tauri:

0 commit comments

Comments
 (0)
Please sign in to comment.