Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(ci): use github gatsby action
Browse files Browse the repository at this point in the history
fix(ci): add back pull request trigger
  • Loading branch information
filipowm committed May 31, 2020
1 parent 7c69c7b commit 4df8770
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
- master
tags:
- '*'
pull_request:
branches:
- '*'
tags:
- '*'

jobs:

Expand Down Expand Up @@ -50,11 +55,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Build starter
run: |
npm install -g gatsby-cli
yarn
npm run build
- name: Build Gatsby Site
uses: jzweifel/gatsby-cli-github-action@master
with:
gatsby-arg: build --prefix-paths

docker:
name: Build Docker images
Expand Down

0 comments on commit 4df8770

Please sign in to comment.