Only execute action on changes inside specific folders
This commit is contained in:
parent
2700e4710e
commit
0d3eb678f0
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@ on:
|
||||||
- cron: '0 7 * * 0'
|
- cron: '0 7 * * 0'
|
||||||
push:
|
push:
|
||||||
branches: ["*"]
|
branches: ["*"]
|
||||||
|
paths:
|
||||||
|
- './src/**'
|
||||||
|
- './lib/**'
|
||||||
|
- './spec/**'
|
||||||
|
- './locales/**'
|
||||||
|
- './docker/**'
|
||||||
|
- 'shard.yml'
|
||||||
|
- 'videojs-dependencies.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue