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

This commit is contained in:
k1nq 2025-11-30 09:46:58 +05:00
parent 2fcf75b859
commit 4956039ae8
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:
- "**" - master
workflow_dispatch: workflow_dispatch:
jobs: jobs: