mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
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:
parent
7d5d1e0ea9
commit
243ccd9e37
1 changed files with 2 additions and 3 deletions
5
.github/workflows/changelog.yaml
vendored
5
.github/workflows/changelog.yaml
vendored
|
@ -4,9 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- develop
|
||||
create:
|
||||
branches:
|
||||
- develop
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Add table
Reference in a new issue