Skip to content

Commit

Permalink
chore(github-actions): update branch references from master to main
Browse files Browse the repository at this point in the history
Change the referenced branch in GitHub Actions workflows from 'master' to
'main' to align with the updated default branch name.
  • Loading branch information
godcong committed Jun 27, 2024
1 parent 2ce3f81 commit bda525e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
UPLOAD_BIN_FILE: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Macos

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
UPLOAD_BIN_FILE: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Windows

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
env:
UPLOAD_BIN_FILE: true

Expand Down

0 comments on commit bda525e

Please sign in to comment.