зеркало из https://github.com/microsoft/Detours.git
Fix: CI-Build not working due to wrong branch in config (#310)
This commit is contained in:
Родитель
c3ffaef25a
Коммит
b2bf32a657
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче