changing ghaction build action to run on the main branch

This commit is contained in:
Andre Natal 2021-11-11 12:50:34 -08:00 коммит произвёл Andre Natal
Родитель 5dbb408fa8
Коммит a68d3bf6d7
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -2,9 +2,9 @@ name: Artifact Build
on:
push:
branches: [ ghaction ]
branches: [ main ]
pull_request:
branches: [ ghaction ]
branches: [ main ]
jobs:
build:
@ -21,5 +21,5 @@ jobs:
run: npm install
- name: Run linter
run: npm run lint:js
- name: Build XPI
- name: Build XPI
run: npm run build