ci: pylogbeat: only run if pipeline changed
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
parent
8e66778e41
commit
5983338b3b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pylogbeat.yaml
vendored
2
.github/workflows/pylogbeat.yaml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- .github/workflows/pylogbeat.yaml
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue