Rename dev branch to v1 and next branch to v2

This commit is contained in:
FabianLars
2023-05-03 08:55:44 +02:00
parent 882fcf8ab1
commit dce0f02bc5
23 changed files with 41 additions and 31 deletions
+4 -2
View File
@@ -3,7 +3,8 @@ name: Lint JavaScript
on:
push:
branches:
- dev
- v1
- v2
paths:
- ".github/workflows/lint-javascript.yml"
- "plugins/*/guest-js/**"
@@ -13,7 +14,8 @@ on:
- "**/package.json"
pull_request:
branches:
- dev
- v1
- v2
paths:
- ".github/workflows/lint-javascript.yml"
- "plugins/*/guest-js/**"