Skip to content

Commit

Permalink
fix: Rename branch from master to main to trigger the action
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 20, 2024
1 parent 6fa6a38 commit 8646fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Unit Build

on:
push:
branches: [ master, release ]
branches: [ main, release ]
pull_request:
branches: [ master, release ]
branches: [ main, release ]
workflow_dispatch: # manually launch from GitHub actions

jobs:
Expand Down

0 comments on commit 8646fed

Please sign in to comment.