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
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths: bundles/org.openhab.ui/web
|
paths: bundles/org.openhab.ui/web/**
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
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
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in New Issue