chore: lint js dir; workflow runs

This commit is contained in:
Mo
2022-06-07 08:06:19 -05:00
parent 7073c2f136
commit 0bb12db948
3 changed files with 9 additions and 3 deletions

View File

@@ -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:

View File

@@ -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: