Skip to content

Commit

Permalink
ci: add workflow dispatch build action trigger (#391)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jssotomdz authored Jun 28, 2024
2 parents e4830b1 + 36637de commit 175b4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
snap:
Expand Down

0 comments on commit 175b4da

Please sign in to comment.