Skip to content

Commit

Permalink
choe: run tests on main (#422)
Browse files Browse the repository at this point in the history
* Make tests actually run on `main` (and don't ignore example/readme changes)
  • Loading branch information
akx authored Jan 17, 2025
1 parent 967fd65 commit f7e23dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test

on:
push:
branches:
- main
pull_request:
paths-ignore:
- 'examples/**'
- '**/README.md'

jobs:
test:
Expand Down

0 comments on commit f7e23dd

Please sign in to comment.