Search and replace master to main

Updating the Github Action to target the main branch instead of master
This commit is contained in:
Alex Wykoff 2020-10-23 13:46:58 -05:00 committed by GitHub
parent 9233bc5763
commit 952b1dc8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ name: Build and Publish
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
publish: