File tree Expand file tree Collapse file tree 3 files changed +4
-27
lines changed
Expand file tree Collapse file tree 3 files changed +4
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33
4- name : Test develop
4+ name : Tests
55
66on :
77 push :
8- branches : [ develop ]
8+ branches : [ master, develop ]
99 pull_request :
10- branches : [ develop ]
10+ branches : [ master, develop ]
1111
1212jobs :
1313 test :
Original file line number Diff line number Diff line change 11# simple-pdf
22
33[ ![ npm] ( https://img.shields.io/npm/v/simple-pdf )] ( https://www.npmjs.com/package/simple-pdf )
4- [ ![ Tests] ( https://github.com/scriptcoded/simple-pdf/workflows/Tests/badge.svg )] ( https://github.com/scriptcoded/simple-pdf/actions?query=workflow%3ATests )
4+ [ !! [ Tests] ( https://github.com/scriptcoded/simple-pdf/workflows/Tests/badge.svg?branch=master )] ( https://github.com/scriptcoded/simple-pdf/actions?query=workflow%3ATests+branch%3Amaster )
55[ ![ david-dm] ( https://david-dm.org/scriptcoded/simple-pdf.svg )] ( https://david-dm.org/scriptcoded/simple-pdf )
66
77` simple-pdf ` aims to be a simple drop-in module for extracting text and images
You can’t perform that action at this time.
0 commit comments