From fbbe4b03fb7b551857e830dfff308c4428312c57 Mon Sep 17 00:00:00 2001 From: Ananta Shrestha Date: Tue, 19 Nov 2024 15:14:14 -0700 Subject: [PATCH] Testing for ci/cd functionality in local branch --- .github/workflows/test_with_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_with_docker.yml b/.github/workflows/test_with_docker.yml index 73e2947..185cdeb 100644 --- a/.github/workflows/test_with_docker.yml +++ b/.github/workflows/test_with_docker.yml @@ -6,9 +6,9 @@ name: test-with-docker # events but only for the master branch on: push: - branches: [ main ] + branches: [ automate_dashboard_plots_cicd_test ] pull_request: - branches: [ main ] + branches: [ automate_dashboard_plots_cicd_test ] schedule: # * is a special character in YAML so you have to quote this string - cron: '5 4 * * 0'