workflows/frontend: fix workflow never being triggered

This commit is contained in:
Patrik Oldsberg
2020-08-12 10:35:17 +02:00
committed by GitHub
parent c4b6c13975
commit 238b5c5883
+2 -2
View File
@@ -2,8 +2,8 @@ name: Frontend CI
on:
pull_request:
paths:
- '!microsite/**'
paths-ignore:
- 'microsite/**'
jobs:
build:
runs-on: ubuntu-latest