From b7fa8accf7f6e0356484e705cc0c1e25b5d84e97 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Thu, 10 Nov 2022 15:50:00 -0500 Subject: [PATCH] test build Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 1ccd4e15..e21e3708 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -1,6 +1,11 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: [push] +on: + pull_request: + branches: + - main + workflow_dispatch: + jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest @@ -16,4 +21,3 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{ job.status }}." - \ No newline at end of file