diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 12e82a6..0b99d3e 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -5,6 +5,12 @@ on: branches: ["develop", "main", "releases/**"] pull_request: branches: ["develop", "main"] + workflow_dispatch: + inputs: + tags: + description: 'Test scenario tags' + required: false + type: boolean env: CARGO_TERM_COLOR: always