Skip to content

Commit 0d388fe

Browse files
committed
Generate chrome-extension artifacts.
1 parent e7a5cfd commit 0d388fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Deploy to Stage
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [push, pull_request]
117

128
jobs:
139
build:
@@ -27,3 +23,8 @@ jobs:
2723
- run: yarn install && yarn webpack && yarn build
2824
- run: yarn release
2925
- run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
26+
- name: Upload artifacts
27+
uses: actions/upload-artifact@v2
28+
with:
29+
name: chrome-extension
30+
path: extension

0 commit comments

Comments
 (0)