mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 03:57:01 +00:00
ci: add paths to push trigger (#1583)
This commit is contained in:
5
.github/workflows/runners.yaml
vendored
5
.github/workflows/runners.yaml
vendored
@@ -18,6 +18,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'runner/**'
|
||||
- '!runner/Makefile'
|
||||
- '.github/workflows/runners.yaml'
|
||||
- '!**.md'
|
||||
|
||||
env:
|
||||
RUNNER_VERSION: 2.294.0
|
||||
|
||||
Reference in New Issue
Block a user