ci: add paths to push trigger (#1583)

This commit is contained in:
Callum Tait 2022-06-29 12:30:07 +01:00 committed by GitHub
parent f661249f07
commit d4f35cff4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ on:
push:
branches:
- 'master'
paths:
- 'runner/**'
- '!runner/Makefile'
- '.github/workflows/runners.yaml'
- '!**.md'
env:
RUNNER_VERSION: 2.294.0