diff options
| author | Mark Otto <[email protected]> | 2020-03-30 11:55:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-30 11:55:44 -0700 |
| commit | 232de79db8efb39a925b340a8b3de4e5834de643 (patch) | |
| tree | 49b9a3844e0cb25ad4e21ee40ad0bf0184434992 /.github/workflows/release-notes.yml | |
| parent | fd2f6698364bfe617f8d671991fb80466977cfa5 (diff) | |
| download | bootstrap-232de79db8efb39a925b340a8b3de4e5834de643.tar.xz bootstrap-232de79db8efb39a925b340a8b3de4e5834de643.zip | |
Update release-notes.yml
Diffstat (limited to '.github/workflows/release-notes.yml')
| -rw-r--r-- | .github/workflows/release-notes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d2b0695fb..1c9932b5e 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -3,7 +3,7 @@ name: Release notes on: push: branches: - - "release-drafter" + - master jobs: update_release_draft: |
