Skip to content

Commit

Permalink
Added manual run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard committed Nov 27, 2024
1 parent 6cf97c3 commit 3d70ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_website_returns_200_OK.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Check Website returns 200 OK

on:
workflow_dispatch:
workflow_run:
workflows:
- Update website on server
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_website_contents_on_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d70ba1

Please sign in to comment.