Skip to content

Commit 175b4da

Browse files
authored
ci: add workflow dispatch build action trigger (#391)
currently, if the build test fails in ci, there is no way to retrigger the test unless commiting to the source branch this adds the workflow dispatch parameter to allow the job to re-run
2 parents e4830b1 + 36637de commit 175b4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-snap.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

89
jobs:
910
snap:

0 commit comments

Comments
 (0)