Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
task(CI): Fix workflows to cover more events (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert authored Dec 14, 2019
1 parent 9f3c75f commit f6d6b73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI
name: CI Build

on: [push]
on:
push:
branches:
- master
- 'v*'
pull_request: {}
schedule:
- cron: '0 3 * * *' # daily, at 3am

jobs:
test:
Expand All @@ -16,8 +23,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 8.x
- name: install yarn
run: npm install -g yarn
- name: install dependencies
run: yarn install
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ember-cli-checkup

![CI](https://github.com/scalvert/ember-cli-checkup/workflows/CI/badge.svg)
![CI Build](https://github.com/scalvert/ember-cli-checkup/workflows/CI%20Build/badge.svg)

:warning: This repository is a work in progress. It is not currently usable.

Expand Down

0 comments on commit f6d6b73

Please # to comment.