fix workflows

This commit is contained in:
Jonas Kruckenberg
2022-12-14 20:25:02 +01:00
parent 43fa85383f
commit fce17cbed3
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: Lint JavaScript
on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/lint-javascript.yml'
- 'plugins/*/guest-js/**'
@@ -11,7 +11,7 @@ on:
- '.eslintrc.json'
pull_request:
branches:
- main
- dev
paths:
- '.github/workflows/lint-javascript.yml'
- 'plugins/*/guest-js/**'