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
12dfad9787
commit
09bfbd37a5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/github-actions-demo.yaml
vendored
6
.github/workflows/github-actions-demo.yaml
vendored
|
|
@ -2,8 +2,8 @@ name: GitHub Actions Demo
|
|||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
# push:
|
||||
# branches: ["**"]
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
workflow_dispatch:
|
||||
|
|
@ -24,4 +24,4 @@ jobs:
|
|||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue