From e0d58d2556b9ca756d51a65fc8e61c35e78fdd6c Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Fri, 11 Nov 2022 07:54:40 -0500 Subject: [PATCH] test Signed-off-by: Josh Kneubuhl --- .github/workflows/github-actions-demo.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/github-actions-demo.yaml b/.github/workflows/github-actions-demo.yaml index 45320267..46e4af6c 100644 --- a/.github/workflows/github-actions-demo.yaml +++ b/.github/workflows/github-actions-demo.yaml @@ -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