update a Smoke test workflow

This commit is contained in:
2025-08-27 03:42:02 +03:00
parent cdb6d98ae7
commit 5bd98fb09d

View File

@@ -2,7 +2,7 @@ name: smoke
on:
push:
branches:
- '' # run on any branch push
- '**' # run on any branch push
workflow_dispatch: # allow manual run from the Actions tab
jobs:
hello: