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 удалений

4
.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: