We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02ca32 commit 341956dCopy full SHA for 341956d
.github/workflows/build.yaml
@@ -0,0 +1,25 @@
1
+# Copyright the Hyperledger Fabric contributors. All rights reserved.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+name: fabric-chaincode-node-build
5
6
+on:
7
+ push:
8
+ branches:
9
+ - main
10
+ pull_request:
11
12
13
+ create:
14
+ tags:
15
+ - "*"
16
+ workflow_dispatch:
17
18
+jobs:
19
+ build:
20
+ runs-on: ubuntu-latest
21
+ steps:
22
+ - name: placeholder
23
+ run: |
24
+ ls -lart
25
+ echo "Hello!"
0 commit comments