Browse Source

Allow manually triggering publishing the website

Alexandru Dima 3 years ago
parent
commit
2ec5fd9d3b
1 changed files with 2 additions and 0 deletions
  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: