CI: only run CI on main

This commit is contained in:
John MacFarlane
2025-11-24 10:42:24 +01:00
parent fe62b25f49
commit 36b1f73a5d
+1 -3
View File
@@ -3,9 +3,7 @@ name: CI tests
on:
push:
branches:
- '*'
- '!rc/*'
- '!djot'
- 'main'
paths-ignore:
- 'doc/*.md'
- 'MANUAL.txt'