fix: restrict build workflow to trigger only on master branch
Test / test (pull_request) Successful in 17s

This commit is contained in:
k1nq
2025-11-30 09:46:58 +05:00
parent 2fcf75b859
commit 4956039ae8
+1 -1
View File
@@ -3,7 +3,7 @@ name: Build and deploy
on:
push:
branches:
- "**"
- master
workflow_dispatch:
jobs: