mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
deploy only when there are changes in addon
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user