Skip to content

Commit b2bf32a

Browse files
authored
Fix: CI-Build not working due to wrong branch in config (#310)
1 parent c3ffaef commit b2bf32a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ env:
77
# Compile in parallel where possible.
88
CL: /MP
99

10-
# Triggers the workflow on push or pull request events for the master branch.
10+
# Triggers the workflow on push or pull request events for the main branch.
1111
on:
1212
push:
13-
branches: [ master ]
13+
branches: [ main ]
1414
pull_request:
15-
branches: [ master ]
15+
branches: [ main ]
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)