mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
Rename dev branch to v1 and next branch to v2
This commit is contained in:
@@ -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/**"
|
||||
|
||||
Reference in New Issue
Block a user