Commit c43967e
committed
ci: Limit the kernel push only to branch pushes
Which means we exclude all tags. This is necessary because according to
the docs[1]:
> Path filters are not evaluated for pushes of tags.
So we need to avoid building for tags. This is fine to do because the kernel
isn't versioned by tags but by the contents of the kernel/ tree. I went with
`branches: "**"` instead of `tags-ignore: "**"` because inclusion is easier
to understand vs exclusion imo.
1: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>1 parent 494f99a commit c43967e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments