Enable workflows on v5 branch

This commit is contained in:
Samuel Lorch 2025-03-05 16:54:47 +01:00
parent 7ede26f1f4
commit eaf92f3d46

View file

@ -2,9 +2,9 @@ name: Go
on:
push:
branches: [ main ]
branches: [main, v5]
pull_request:
branches: [ main ]
branches: [main, v5]
jobs:
test: