From 0acc32332820caf6cccf9b1198e71b6e7b6bafd3 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Fri, 7 Apr 2023 16:33:28 -0700 Subject: [PATCH] Updated CI testing branch to main (#527) --- .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