Skip to content

Commit

Permalink
Renaming master was cringe
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto authored Mar 23, 2024
1 parent ddfa59b commit 148c266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Autobuild

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
build:
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: HVAC_Server-${{matrix.os}}-${{matrix.c_compiler}}
path: ${{github.workspace}}/bin
path: ${{github.workspace}}/bin

0 comments on commit 148c266

Please sign in to comment.