Explorar el Código

Allow manually triggering publishing the website

Alexandru Dima hace 3 años
padre
commit
2ec5fd9d3b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/website.yml

+ 2 - 0
.github/workflows/website.yml

@@ -4,6 +4,8 @@ on:
   push:
     branches:
       - main
+  # enable users to manually trigger with workflow_dispatch
+  workflow_dispatch: {}
 
 jobs:
   publish-website: