Disable CI workflow, keep only tag-triggered releases
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
aef254bf04
commit
b046d12c09
@ -1,10 +1,14 @@
|
|||||||
name: CI Build
|
name: CI Build
|
||||||
|
|
||||||
|
# Disabled for now - only release workflow (tag-triggered) is active
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - '**'
|
||||||
|
# pull_request:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch: # Manual trigger only
|
||||||
branches:
|
|
||||||
- '**'
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user