diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 00d60e4e..79ccbe7c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,6 +3,7 @@ name: Documentation on: release: types: [published] + workflow_dispatch: jobs: deploy_docs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9764fac7..0fd86ce9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: pull_request: branches: - main + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}