Skip to content

Commit ad60bc9

Browse files
committed
Add workflow_dispatch trigger to actions
1 parent c2f294e commit ad60bc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78
env:
89
BASE_URL: http://127.0.0.1:8888
910
FIREBASE_PROJECT_ID: demo-octo

.github/workflows/deploy-tauri.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- release
7+
workflow_dispatch:
78

89
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
910

0 commit comments

Comments
 (0)