smalot / pdfparser

PdfParser, a standalone PHP library, provides various tools to extract data from a PDF file.
GNU Lesser General Public License v3.0
2.3k stars 534 forks source link

Continuous-integration.yml: let workflow run on each push event #719

Closed k00ni closed 4 weeks ago

k00ni commented 4 weeks ago

Type of pull request

About

Our current CI workflow only runs when a commit was pushed to the master branch or in a PR. This change lets it run every time something was committed, regardless which branch was used. It also allows us to create side branches and test things online, eliminating the need to do that locally. Before the change, CI workflow didn't trigger when a commit was added to a side-branch.

k00ni commented 4 weeks ago

@j0k3r Thanks for the quick review.