test build

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

View file

@ -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: