asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
36 stars 17 forks source link

separate scheduled build from build on push and pull request … #48

Closed ahus1 closed 3 years ago

ahus1 commented 3 years ago

… to avoid issues due to automatically disabled scheduled builds

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

[ ] Bug fix [ ] New non-breaking feature [ ] New breaking feature [ ] Documentation update [x] Build improvement

Description

What is the goal of this pull request?

How does it achieve that?

Are there any alternative ways to implement this?

Are there any implications of this pull request? Anything a user must know?

Issue

If this PR fixes an open issue, please add a line of the form:

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc (none that I can think of)

robertpanzer commented 3 years ago

Thanks!