diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b69dd0..41b5806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ name: Deploy documentation site to Pages on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. + workflow_dispatch: push: branches: [main]