diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6631cb3..369a1ee 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,14 +2,16 @@ name: Deploy static content to Pages on: + workflow_dispatch: + # Runs on pushes targeting the default branch push: branches: - master - bot - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: