diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc79c32..934f7ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,8 @@ -# This is a basic workflow to help you get started with Actions - name: CI -# Controls when the workflow will run -on: +on: push push: - branches: [ "master" ] pull_request: - branches: [ "master" ] - workflow_dispatch: jobs: diff --git a/README.md b/README.md index d690ff6..672e287 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dockerode [![Build Status](https://travis-ci.org/apocas/dockerode.svg?branch=master)](https://travis-ci.org/apocas/dockerode) +# dockerode Not another Node.js Docker Remote API module.