mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
34831d0e7b
commit
ec5ebe65db
1 changed files with 2 additions and 7 deletions
9
.github/workflows/test-fsat-appdev.yaml
vendored
9
.github/workflows/test-fsat-appdev.yaml
vendored
|
|
@ -1,19 +1,14 @@
|
||||||
name: test-appdev
|
name: test-appdev
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - 'main'
|
|
||||||
# paths:
|
|
||||||
# - 'full-stack-asset-transfer-guide/**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- main
|
||||||
# paths:
|
# paths:
|
||||||
# - 'full-stack-asset-transfer-guide/**'
|
# - 'full-stack-asset-transfer-guide/**'
|
||||||
|
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue