Update CI workflow to use manual trigger only

Removed automatic triggers for pull requests and pushes to main branch.
This commit is contained in:
Maarten van Diemen
2025-11-24 13:19:46 +01:00
committed by GitHub
parent 62db90ab13
commit 9170087739
+1 -6
View File
@@ -1,12 +1,7 @@
name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read