diff --git a/.github/workflows/check_website_returns_200_OK.yaml b/.github/workflows/check_website_returns_200_OK.yaml index 2d5137b..1f116be 100644 --- a/.github/workflows/check_website_returns_200_OK.yaml +++ b/.github/workflows/check_website_returns_200_OK.yaml @@ -1,6 +1,7 @@ name: Check Website returns 200 OK on: + workflow_dispatch: workflow_run: workflows: - Update website on server diff --git a/.github/workflows/update_website_contents_on_server.yml b/.github/workflows/update_website_contents_on_server.yml index 264a9de..243ce02 100644 --- a/.github/workflows/update_website_contents_on_server.yml +++ b/.github/workflows/update_website_contents_on_server.yml @@ -3,6 +3,7 @@ name: Update website on server # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: + workflow_dispatch: push: branches: - master