mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Pre-commit checks used to trigger twice on PRs: for `push` and `pull_request` triggers. Now they will only run on `push` to the main branch and on regular updates to pull requests, except for those that only change the documentation. Note that pushes to feature branches will not trigger this check until a PR was opened. Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>