Skip to content

Commit

Permalink
feat: update release drafter (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
abd3lraouf authored Jul 16, 2022
1 parent 3686d18 commit e3b083f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 48 deletions.
47 changes: 0 additions & 47 deletions .github/release-drafter.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ on:
push:
branches:
- master
- next
- next-major
- beta
- alpha
pull_request:
branches:
- master
- next
- next-major
- beta
- alpha

env:
GRADLE: '7.4.2'
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branches": ["master"]
"branches": ["master", "next", "next-major"]
}

0 comments on commit e3b083f

Please sign in to comment.