Update ESLint action path restriction

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/887/head
Yannick Schaus 2021-03-07 02:28:39 +01:00 committed by GitHub
parent eed87a8adb
commit b7384eba61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
paths: bundles/org.openhab.ui/web
paths: bundles/org.openhab.ui/web/**
pull_request:
branches: [ main ]
paths: bundles/org.openhab.ui/web
paths: bundles/org.openhab.ui/web/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: