mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
7eece3ef95
commit
ed29ee75c3
1 changed files with 2 additions and 4 deletions
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
|
|
@ -7,11 +7,9 @@ run-name: ${{ github.actor }} is linting fabric-samples
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ "foobar" ]
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: [ "foobar" ]
|
||||||
- main
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VER: 1.18.3
|
GO_VER: 1.18.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue