Skip to content

Commit

Permalink
Rename 'master' to 'main'.
Browse files Browse the repository at this point in the history
  • Loading branch information
RillingDev committed Jun 20, 2021
1 parent 96a2f18 commit 60fff8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs

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

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

on:
push:
branches: [ development, master ]
branches: [ development, main ]
pull_request:
branches: [ development ]

Expand Down

0 comments on commit 60fff8e

Please sign in to comment.