From 4b184da9ae018343ed43006c798236876e58a82d Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Thu, 10 Nov 2022 15:53:59 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index e21e3708..0cb10d8f 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -1,9 +1,11 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 + on: + push: + branches: ["**"] pull_request: - branches: - - main + branches: ["**"] workflow_dispatch: jobs: