mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
test
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
90df928fef
commit
e0d58d2556
1 changed files with 1 additions and 4 deletions
5
.github/workflows/github-actions-demo.yaml
vendored
5
.github/workflows/github-actions-demo.yaml
vendored
|
|
@ -2,13 +2,10 @@ name: GitHub Actions Demo
|
|||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
pull_request:
|
||||
branches: ["**"]
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue