Skip to content

Commit

Permalink
Update master to main in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Avarel committed Nov 11, 2023
1 parent 105e6ae commit 5907baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Master Build Job
name: Main Build Job
on:
push:
branches:
- master
- main

env:
BIN_NAME: bvr

jobs:
build_job:
name: Build master branch
name: Build main branch
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 5907baa

Please sign in to comment.