Обновить .github/workflows/tests.yaml

This commit is contained in:
2025-05-12 07:20:56 +00:00
parent b33222dbd3
commit 062541d7a3

View File

@@ -1,5 +1,5 @@
on: on:
workflow_dispatch: workflow_call:
inputs: inputs:
tag: tag:
description: 'Tag for registry' description: 'Tag for registry'
@@ -9,9 +9,6 @@ on:
type: boolean type: boolean
description: force_build description: force_build
default: false default: false
pull_request:
branches:
- main