h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
593 stars 86 forks source link

Fix running CI against incoming PRs #136

Closed kurtmckee closed 1 year ago

kurtmckee commented 1 year ago

The current CI configuration suggests that CI should be running against incoming PRs. However, the configuration targets PRs that use main as their base branch, but no main branch currently exists.

This PR updates the configuration so CI runs against incoming PRs.

(The effect of this PR can be reviewed in the list of CI runs; it is the only PR that has been tested.)

michaelmior commented 1 year ago

Thanks! I'm so used to having main as the main branch that I did this on autopilot.

kurtmckee commented 1 year ago

You're welcome! And thanks for reviewing these PRs! :grinning: :+1: