Update ESLint action path restriction
Signed-off-by: Yannick Schaus <github@schaus.net>pull/887/head
parent
eed87a8adb
commit
b7384eba61
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue