Skip to content

Commit

Permalink
Set CI branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Jul 13, 2020
1 parent 1d8d124 commit bcdad6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy to GitHub Pages
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'

- name: Install and Build 🔧
run: |
Expand Down

0 comments on commit bcdad6f

Please sign in to comment.