Update .github/workflows/test.yml

- trigger tests on push and pull request only on branch master

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Sermet Pekin 2026-02-16 13:47:08 +03:00 committed by GitHub
parent 4c5cf36035
commit 3185f928d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,11 @@ name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test: