Do not run build workflow when .github changed

This commit is contained in:
Moto Ishizawa 2020-02-03 16:54:49 +09:00
parent fabcddb3df
commit 4970814b6c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
- master
paths-ignore:
- 'runner/**'
- '.github/**'
jobs:
build: