diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 96e241a..f36481b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1,6 +1,15 @@ name: Builds -on: [push, pull_request] +on: + push: + tags: + - v* + workflow_dispatch: + inputs: + tags: + description: "Test scenario tags" + required: true + type: string jobs: buildForAllSupportedPlatforms: