Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2022-11-11 07:54:40 -05:00
parent 90df928fef
commit e0d58d2556

View file

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