deploy only when there are changes in addon

This commit is contained in:
TheBeastLT
2020-03-26 18:44:59 +01:00
parent 6244208ed6
commit abe67cdf4c

View File

@@ -3,6 +3,8 @@ name: Deploy
on: on:
push: push:
branches: master branches: master
paths:
- 'addon/**'
jobs: jobs:
build: build: