Skip to content

Commit

Permalink
Fix: CI-Build not working due to wrong branch in config (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
1fxe authored Oct 9, 2024
1 parent c3ffaef commit b2bf32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2bf32a

Please sign in to comment.