choe: run tests on main (#422)

* Make tests actually run on `main` (and don't ignore example/readme changes)
This commit is contained in:
Aarni Koskela
2025-01-17 19:48:47 +02:00
committed by GitHub
parent 967fd657f1
commit f7e23ddb93

View File

@@ -1,10 +1,10 @@
name: test
on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'examples/**'
- '**/README.md'
jobs:
test: