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'