From 60b5916bff62619f3de697eb19e6dac3dd075b6f Mon Sep 17 00:00:00 2001 From: Eileen Date: Tue, 29 Jul 2025 12:05:13 -0700 Subject: [PATCH] Update github-actions-demo.yml added push part --- .github/workflows/github-actions-demo.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index e8540e80..4a04f99b 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -2,7 +2,11 @@ name: 01-1. GitHub Actions Demo on: workflow_dispatch: workflow_call: - + push: + branches: + - main + paths: + - 'labs/**' jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest