From be3ae32b207141f4be836bd9fc596e00bd1af63d Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 7 Apr 2023 16:12:38 -0700 Subject: [PATCH] Updated CI testing branch to main --- .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 770cfda..5ade084 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: - - master + - main push: branches: - - master + - main jobs: Build-and-Test: -- GitLab