Exclude microsite from the frontend CI workflow

This commit is contained in:
Raghunandan
2020-08-11 13:38:00 +02:00
parent 1312b212e3
commit 9d1f531a18
+2 -1
View File
@@ -2,7 +2,8 @@ name: Frontend CI
on:
pull_request:
paths:
- '!microsite/**'
jobs:
build:
runs-on: ubuntu-latest