only deploy on webapp changes

This commit is contained in:
Karol Wypchlo 2021-03-04 15:17:52 +01:00
parent a16b724583
commit 04bf06d43b
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: skynet-webportal CI
on: [pull_request]
on:
pull_request:
paths:
- "packages/webapp/**"
jobs:
build: