mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 09:58:21 +00:00
Enable workflows on v5 branch
This commit is contained in:
parent
e41aaa19ac
commit
437e062894
1 changed files with 16 additions and 16 deletions
4
.github/workflows/.go.yml
vendored
4
.github/workflows/.go.yml
vendored
|
@ -2,9 +2,9 @@ name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [main, v5]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [main, v5]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue