Skip to content

Commit 0f7c9d3

Browse files
committed
Run when open a PR
1 parent 69430e8 commit 0f7c9d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/prepare.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Prepare release
22

33
on:
4-
push:
5-
branches: [ automate-versioning ]
4+
pull_request:
5+
types: [ labeled ]
6+
branches:
7+
- master
68

79
jobs:
810
prepare-release:

0 commit comments

Comments
 (0)