Skip to content

Commit 75ad497

Browse files
committed
test workflow in draft PR
1 parent 3d85132 commit 75ad497

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/generate-release-notes.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Generate and Publish Release Notes
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
5+
branches:
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
10+
# tags:
11+
# - 'v*'
712

813
jobs:
914
release:

0 commit comments

Comments
 (0)