Fix trigger for changelog (#1114)

The changelog was triggering after each branch create on a repo. That
doesn't happen often on the main repo, but does happen often on
contributor forks. This should stop the rampant GH actions.
This commit is contained in:
Jonathan Wren 2020-12-19 12:04:11 -08:00 committed by GitHub
parent 7d5d1e0ea9
commit 243ccd9e37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,8 @@ on:
push:
branches:
- develop
create:
branches:
- develop
tags:
- 'v*'
jobs:
generate: