From 09bfbd37a50e8b4d1ebaaad2852b392da856663c Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Fri, 11 Nov 2022 06:44:54 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index f386b531..1896acb6 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: @@ -24,4 +24,4 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - +