Skip to content

Commit

Permalink
build(betterer 🔨): update docs deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomnomnominal authored Feb 27, 2021
1 parent d666fe1 commit 18d79b3
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
on:
pull_request:
branches: [master]
push:
branches: [master]
branches:
- master

jobs:
checks:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Test Build
run: |
yarn install --frozen-lockfile
yarn build:ci
gh-release:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 18d79b3

Please sign in to comment.