From cd65c76c9578603a1dccb3b725c9bcc06f9f6998 Mon Sep 17 00:00:00 2001 From: eeganlf <101604439+eeganlf@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:01:55 -0700 Subject: [PATCH] Update main.yml workflow action to run on dev branch Signed-off-by: eeganlf <101604439+eeganlf@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 691e221..22b1ccb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Test Docker Compose Setup on: push: - branches: [ master ] + branches: [ dev ] pull_request: - branches: [ master ] + branches: [ dev ] schedule: - cron: '0 0 * * 0' # Run weekly on Sundays at midnight UTC