fix(workflow): Fixes wrong branch (#505)

This commit is contained in:
Kamron Batman 2021-02-09 10:32:39 -08:00 committed by GitHub
parent 517190b820
commit 6a80dfea00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

View file

@ -2,7 +2,7 @@ name: Updates Docs
on:
push:
branches:
- master
- main
jobs:
update-docs:
runs-on: ubuntu-latest