diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c62ccf9..ee2d8d7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,6 +14,12 @@ on: paths-ignore: - 'doc/**' - '*.md' + workflow_dispatch: + inputs: + branch: + description: 'Branch to run on' + required: true + default: 'main' jobs: build-linux: diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 4903a12..7e09793 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -11,6 +11,12 @@ on: paths-ignore: - 'doc/**' - '*.md' + workflow_dispatch: + inputs: + branch: + description: 'Branch to run on' + required: true + default: 'main' jobs: build-linux: