mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +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:
|
||||
push:
|
||||
branches: master
|
||||
paths:
|
||||
- 'addon/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue