feat(workflows): skip pr workflows on draft prs

This commit is contained in:
ArjixWasTaken
2025-10-12 03:51:17 +03:00
parent 9932316be1
commit 4f716d8e0b
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ env:
jobs:
build:
if: github.event.pull_request.draft == false
name: Build YouTube Music
runs-on: ${{ matrix.os }}
strategy: