Search and replace master to main
Updating the Github Action to target the main branch instead of master
This commit is contained in:
@@ -5,7 +5,7 @@ name: Build and Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user