Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Oct 12, 2019
1 parent 19ff1b7 commit e7a0ed6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Deploy
on:
check_suite:
types: [completed]
push:
branches:
- master

Expand Down Expand Up @@ -40,6 +39,9 @@ jobs:

- run: npm install

- name: Test
run: make test

- name: Build
run: make build

Expand Down

0 comments on commit e7a0ed6

Please sign in to comment.