Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Limit CI triggers to Windows 3.14 workflow
  • Loading branch information
devtrack committed Jan 13, 2026
commit 984a338f18df171ce7f287d589ef5aa785a4be74
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Documentation

on: [push, pull_request]
on:
workflow_dispatch:

jobs:
build:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Main

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
build-test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows-build-test-3.14.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Windows Build and Test (3.14)

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
Expand Down
Loading