From 90df928fef0e53b54bd4d5e2631d312a6e9b116b Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Fri, 11 Nov 2022 06:45:20 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 1896acb6..45320267 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -2,8 +2,8 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: -# push: -# branches: ["**"] + push: + branches: ["**"] pull_request: branches: ["**"] workflow_dispatch: