Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 40aabb8

Browse files
authored
Switch new app's deployment branch (#331)
* Switch new app's deployment branch * update workflow paths
1 parent 6612ab6 commit 40aabb8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/metriq-newapp-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Deploy metriq-newapp
22

33
on:
44
push:
5-
branches: [ static-app ]
5+
branches: [ main ]
66
paths:
77
- 'metriq-newapp/**'
88
- '.github/workflows/metriq-newapp-deploy.yml'
9+
- 'package.json'
10+
- 'package-lock.json'
911
workflow_dispatch:
1012

1113
permissions:
@@ -31,7 +33,6 @@ jobs:
3133
cache: npm
3234
cache-dependency-path: |
3335
package-lock.json
34-
metriq-newapp/package-lock.json
3536
3637
- name: Install dependencies
3738
run: npm ci --no-audit --no-fund

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,9 @@ dist
114114

115115
# TernJS port file
116116
.tern-port
117+
118+
# metriq-newapp (generated)
119+
metriq-newapp/main.js
120+
metriq-newapp/main.js.map
121+
metriq-newapp/tour.js
122+
metriq-newapp/tour.js.map

0 commit comments

Comments
 (0)