chore: don't run CI twice on pull requests

both the push and pull_request triggers matched
This commit is contained in:
Joel Kaasinen 2026-01-09 09:58:35 +02:00
parent 69b23c49b9
commit dbac18546b
No known key found for this signature in database

View file

@ -2,7 +2,9 @@ name: testsuite
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-clj: