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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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