Skip to content

Commit

Permalink
chore(ci): rename master branch as main
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Feb 26, 2024
1 parent 47d0d88 commit d655d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cd

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

jobs:
sdk:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci

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

concurrency:
group: ${{ github.ref }}
Expand Down

0 comments on commit d655d8a

Please sign in to comment.