From 2538703a7c1cc3a5cc641b63c2ae702cf876ba12 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Thu, 5 Nov 2020 15:59:19 -0500 Subject: [PATCH] changed master to main in github action Signed-off-by: George Nalen --- .github/workflows/develtomaster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develtomaster.yml b/.github/workflows/develtomaster.yml index 0a1aecfb..1573b2f8 100644 --- a/.github/workflows/develtomaster.yml +++ b/.github/workflows/develtomaster.yml @@ -1,12 +1,12 @@ # This is a basic workflow to help you get started with Actions -name: DevelToMaster +name: DevelToMain # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the devel branch on: pull_request: - branches: [ master ] + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: