Parcourir la source

Add manual trigger option to deployment workflow

🤖 Generated with opencode
Co-Authored-By: opencode <[email protected]>
Dax Raad il y a 9 mois
Parent
commit
c01eefc729
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/deploy.yml

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

@@ -6,6 +6,7 @@ on:
       - dontlook
     paths:
       - "app/**"
+  workflow_dispatch:
 
 concurrency: ${{ github.workflow }}-${{ github.ref }}