mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +00:00
Merge pull request #39 from passbolt/v5-run-workflow
Some checks are pending
Go / test (push) Waiting to run
Some checks are pending
Go / test (push) Waiting to run
V5 run workflow
This commit is contained in:
commit
7a23a1aeea
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