ci: typo (#8)

This commit is contained in:
Marc Cataford 2021-07-17 12:35:10 -04:00 committed by GitHub
parent 1160a1e9b7
commit 31931df5cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
on:
push:
branches:
master
main
pull_request:
env:
@ -61,7 +61,7 @@ jobs:
preview:
runs-on: ubuntu-latest
name: Deploy preview
if: ${{ github.ref != 'refs/head/master' }}
if: ${{ github.ref != 'refs/head/main' }}
needs: build
steps:
- uses: actions/checkout@v2
@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
needs: build
if: ${{ github.ref == 'refs/head/master' }}
if: ${{ github.ref == 'refs/head/main' }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2