From 952b1dc8f09e8a0f171d0d14f1b773a5e515408d Mon Sep 17 00:00:00 2001 From: Alex Wykoff Date: Fri, 23 Oct 2020 13:46:58 -0500 Subject: [PATCH] Search and replace master to main Updating the Github Action to target the main branch instead of master --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f00242b..7d8f8c3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -5,7 +5,7 @@ name: Build and Publish on: push: - branches: [ master ] + branches: [ main ] jobs: publish: