Skip to content

Commit 117b295

Browse files
veds12KelvinYang0320
authored andcommitted
update changelog workflow
1 parent 7d02c1d commit 117b295

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/changelog_update.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
name: Generate Changelog
22
on:
3-
pull_request:
4-
types: [closed]
5-
6-
release:
7-
types: [published]
8-
9-
issues:
10-
types: [closed, edited]
3+
push:
4+
branches:
5+
- dev
116

127
jobs:
138
generate_changelog:
149
name: Update Changelog
1510
runs-on: ubuntu-latest
1611
steps:
17-
- name: Checkout master
12+
- name: Checkout dev
1813
uses: actions/checkout@v2
1914

2015
- name: Generate changelog

0 commit comments

Comments
 (0)