Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
branches:
- main
paths:
- .pre-commit-config.yaml
Copy link
Contributor

@mpkorstanje mpkorstanje Sep 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The on.push trigger is limited to push on the main and renovate/** branches. So by removing this nothing will run when I push to feature/example-feature or when I create a PR targeting main.

- python/**
- Makefile
- .github/**
Expand Down
Loading