Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Limit the kernel push only to branch pushes (#137)
## Description Avoids building the kernel for tag pushes. ## Why is this needed The kernel builds are currently filtering the events that cause the build depending on the path of files changed. The path filter is not evaluated for tag pushes though. This causes the kernel to be re-pushed on tags which is unexpected and confusing. I'd rather avoid confusion in the kernel build/push process if possible.
- Loading branch information