From 4792925d4fb6d1859d3d7dcfd9098f37ed457d83 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 7 Apr 2023 16:14:52 -0700 Subject: [PATCH] Update CI to main branch --- .github/workflows/ci_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 5c76acd..b0c9aa8 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -3,10 +3,10 @@ name: Pull-Request-CI on: pull_request: branches: - - dev + - main push: branches: - - dev + - main jobs: Build-and-Test: -- GitLab