Skip to content

Commit

Permalink
chore: rename main branch to main, add CODEOWNERS file (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored Sep 5, 2023
1 parent 69d99f4 commit e27b4bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @UpCloudLtd/devex @Darep
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: UpCloud php api test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
Build:
strategy:
Expand Down

0 comments on commit e27b4bb

Please sign in to comment.