Skip to content

Commit

Permalink
Update branch in release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Apr 30, 2021
1 parent 8cfe19c commit 0cae651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Release Drafter
on:
push:
branches:
- master
- main

jobs:
draftRelease:
runs-on: ubuntu-latest

name: Draft Release
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Draft Release
uses: toolmantim/[email protected]
env:
Expand Down

0 comments on commit 0cae651

Please sign in to comment.