diff --git a/.github/workflows/code-checker.yaml b/.github/workflows/code-checker.yaml index 8384f8301c..d97f9e71f4 100644 --- a/.github/workflows/code-checker.yaml +++ b/.github/workflows/code-checker.yaml @@ -3,6 +3,7 @@ name: Code Checker # This workflow is triggered on pushes or pull request to the repository. on: + workflow_dispatch: pull_request: # file paths to consider in the event. Optional; defaults to all. paths: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0d7ec4ad06..ce7fcff2ac 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,6 +3,7 @@ name: Build and test # This workflow is triggered on pushes or pull request to the repository. on: + workflow_dispatch: push: # file paths to consider in the event. Optional; defaults to all. paths: