mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 06:51:55 +00:00
deploy only when there are changes in addon
This commit is contained in:
parent
6244208ed6
commit
abe67cdf4c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: master
|
||||||
|
paths:
|
||||||
|
- 'addon/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue