chore: lint js dir; workflow runs
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Dev
|
||||
name: Web Dev
|
||||
|
||||
concurrency:
|
||||
group: dev_environment
|
||||
@@ -7,6 +7,9 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- packages/web-server
|
||||
- packages/web
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
5
.github/workflows/prod.yml
vendored
5
.github/workflows/prod.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Prod
|
||||
name: Web Prod
|
||||
|
||||
concurrency:
|
||||
group: prod_environment
|
||||
@@ -7,6 +7,9 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- packages/web-server
|
||||
- packages/web
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user