Do not run build workflow when .github changed
This commit is contained in:
parent
fabcddb3df
commit
4970814b6c
|
|
@ -4,6 +4,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- 'runner/**'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue