Enable workflows on v5 branch

This commit is contained in:
Samuel Lorch 2025-03-05 16:54:47 +01:00 committed by Nelson Isioma
parent e41aaa19ac
commit 437e062894

View file

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