ci: add paths to push trigger (#1583)
This commit is contained in:
parent
f661249f07
commit
d4f35cff4f
|
|
@ -18,6 +18,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'runner/**'
|
||||
- '!runner/Makefile'
|
||||
- '.github/workflows/runners.yaml'
|
||||
- '!**.md'
|
||||
|
||||
env:
|
||||
RUNNER_VERSION: 2.294.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue