fix: comment out branches filter in build workflow trigger

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

View File

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