Remove push and pull_request triggers, keeping only workflow_dispatch for macOS CI tests

This commit is contained in:
Steve Karg
2026-03-27 14:38:00 -05:00
parent e695d399b0
commit 326a47b688
+1 -6
View File
@@ -1,12 +1,7 @@
name: BACnet/SC macOS/BSD tests
on:
push:
branches:
- master
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
job_bsc_tests_macos: