From dec71f286302a5472d47ca0191af4e85b61f68fc Mon Sep 17 00:00:00 2001 From: jumainfomagnus <163571282+jumainfomagnus@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:36:35 -0400 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index ac83dc2..0028e64 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,10 +1,10 @@ name: 01-1. GitHub Actions Demo on: - workflow_dispatch: - workflow_call: push: branches: - main + paths: + - 'labs/**' jobs: Explore-GitHub-Actions: