mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
test build
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
b7fa8accf7
commit
4b184da9ae
1 changed files with 4 additions and 2 deletions
6
.github/workflows/github-actions-demo.yaml
vendored
6
.github/workflows/github-actions-demo.yaml
vendored
|
|
@ -1,9 +1,11 @@
|
||||||
name: GitHub Actions Demo
|
name: GitHub Actions Demo
|
||||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["**"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches: ["**"]
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue