Test suite for v1. (#3668)

This commit is contained in:
Kim Christie 2025-09-16 22:30:20 +01:00 committed by GitHub
parent 7b03e3def0
commit f9d5e12049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,9 @@ name: Test Suite
on:
push:
branches: ["dev"]
branches: ["v1"]
pull_request:
branches: ["dev", "version-*"]
branches: ["v1"]
jobs:
tests: