Update build workflow to manual trigger only

Removed automatic triggers for push and pull_request events.
This commit is contained in:
Tickbase
2025-10-17 13:22:47 +02:00
committed by GitHub
parent c7593b6c6c
commit c8318ede9f

View File

@@ -1,10 +1,6 @@
name: 'Build CreamLinux'
on:
push:
branches: [main, master, develop]
pull_request:
branches: [main, master, develop]
workflow_dispatch: # Allows manual triggering
jobs: