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
|
||||
|
||||
# Disabled for now - only release workflow (tag-triggered) is active
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - '**'
|
||||
# pull_request:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
workflow_dispatch: # Manual trigger only
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user