Skip to content

Commit

Permalink
Change branches of draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormattos committed Dec 6, 2021
1 parent 3e5ed35 commit abc4ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build_and_publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches: [main]
branches:
- stable21
- stable22
- stable23

jobs:
update_release_draft:
Expand Down

0 comments on commit abc4ee9

Please sign in to comment.