Skip to content

Commit 3b39450

Browse files
Update release-build.yml
1 parent 020c71c commit 3b39450

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# If the PR has the label release:major, release:minor, or release:patch, this will override bump_version_scheme.
22
# https://github.com/marketplace/actions/release-tag-new-action
3-
on:
4-
push:
5-
branches:
6-
- master
3+
on:
4+
pull_request:
5+
branches: [ "master" ]
76

87
jobs:
98
release-on-push:

0 commit comments

Comments
 (0)