mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 17:15:09 +00:00
Only execute action on changes inside specific folders
This commit is contained in:
@@ -7,6 +7,14 @@ on:
|
||||
- cron: '0 7 * * 0'
|
||||
push:
|
||||
branches: ["*"]
|
||||
paths:
|
||||
- './src/**'
|
||||
- './lib/**'
|
||||
- './spec/**'
|
||||
- './locales/**'
|
||||
- './docker/**'
|
||||
- 'shard.yml'
|
||||
- 'videojs-dependencies.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user