nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

ci: Limit when to run checks on pull-requests #1305

Closed ac000 closed 3 months ago

ac000 commented 3 months ago

Commit 4fc50258b ("ci: Be more specific when to run the main Unit checks") limited when the checks for the main ci run, on pushes to master.

It should have done the same for pull-requests.

ac000 commented 3 months ago

Rebased with master...