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
committed by GitHub
parent c3ffaef25a
commit b2bf32a657

View File

@@ -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: