test build

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-10 15:50:00 -05:00
parent 38e586be7e
commit b7fa8accf7

View file

@ -1,6 +1,11 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
@ -16,4 +21,3 @@ jobs:
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."