Browse Source

chore(ci): add manual workflow dispatch for hoppscotch-ui deploy script

Andrew Bastin 1 year ago
parent
commit
e2b668bee2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ui.yml

+ 1 - 0
.github/workflows/ui.yml

@@ -6,6 +6,7 @@ on:
     # run this workflow only if an update is made to the ui package
     paths:
       - "packages/hoppscotch-ui/**"
+  workflow_dispatch:
 
 jobs:
   deploy: