diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 09551c7..8499515 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -4,6 +4,7 @@ name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: + workflow_dispatch: push: branches: [ master ] pull_request: