Fix: CI-Build not working due to wrong branch in config (#310)

This commit is contained in:
Filip Wedzicha 2024-10-09 18:19:47 -04:00 коммит произвёл GitHub
Родитель c3ffaef25a
Коммит b2bf32a657
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7,12 +7,12 @@ env:
# Compile in parallel where possible.
CL: /MP
# Triggers the workflow on push or pull request events for the master branch.
# Triggers the workflow on push or pull request events for the main branch.
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: