Only execute action on changes inside specific folders

This commit is contained in:
zzls Selfhost 2024-04-30 12:17:37 -04:00 committed by Fijxu
parent 6e1e3e9554
commit 9a7b6976ff
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -7,6 +7,14 @@ on:
- cron: '0 7 * * 0'
push:
branches: ["*"]
paths:
- './src/**'
- './lib/**'
- './spec/**'
- './locales/**'
- './docker/**'
- 'shard.yml'
- 'videojs-dependencies.yml'
jobs:
build: