This commit is contained in:
Chris Trevino 2021-09-09 16:52:18 -07:00
Родитель a2ca43f087
Коммит 2fa3054dcd
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -30,7 +30,7 @@ jobs:
CI: true
- name: Deploy Static Webapp
run: yarn build:webapp:integ && yarn deploy:webapp
run: yarn deploy
if: matrix.node-version == '14.x' && github.ref == 'refs/heads/main'
env:
CI: true