fix: correct workflow_dispatch syntax in build configuration

This commit is contained in:
k1nq 2025-11-29 12:22:13 +05:00
parent ecc23321ba
commit a06a6eb834
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Build and deploy
on: on:
push: push:
# branches: "**" # branches: "**"
workflow-dispatch: workflow_dispatch:
jobs: jobs:
build: build: