diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-js-ci.yml similarity index 90% rename from .github/workflows/node-test.yml rename to .github/workflows/node-js-ci.yml index 5c95f402ec..c5f9f7dbb5 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-js-ci.yml @@ -1,9 +1,12 @@ -name: Node.js CI +name: node-js-ci on: pull_request: branches: - master + push: + branches: + - master jobs: build: diff --git a/README.md b/README.md index f8011d0d74..388f8342a3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![CircleCI](https://circleci.com/gh/Seneca-CDOT/telescope.svg?style=svg)](https://circleci.com/gh/Seneca-CDOT/telescope) [![js-airbnb/prettier-style](https://img.shields.io/badge/code%20style-airbnb%2Fprettier-blue)](https://github.com/airbnb/javascript) +[![YourActionName Actions Status](https://github.com/manekenpix/telescope/workflows/node-js-ci/badge.svg)](https://github.com/manekenpix/telescope/actions) +![Node.js CI](https://github.com/manekenpix/telescope/workflows/node-js-ci/badge.svg?branch=test-ci-badge) ## What is Telescope?