Skip to content

Commit

Permalink
Rename main branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Aug 18, 2024
1 parent 97696be commit 545f7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy new development version
on:
push:
branches:
- main
- develop

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
pull_request:
branches:
- main
- develop
- release

jobs:
lint:
Expand Down

0 comments on commit 545f7e9

Please sign in to comment.