fix: uncomment branches filter in build workflow trigger

This commit is contained in:
k1nq 2025-11-29 17:44:34 +05:00
parent 276c40ce6c
commit b9c77f2766
1 changed files with 2 additions and 1 deletions

View File

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