Skip to content

Commit e556def

Browse files
committed
fix(ci): release-workflow trigger on push to PR
1 parent d6ec7d8 commit e556def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Tests for Release
22

33
on:
44
push:
5-
types: [review_requested, ready_for_review] # only non-draft PR
65
branches:
76
- release-* # all release-<version> branches
87
pull_request:
9-
types: [review_requested, ready_for_review] # only non-draft PR
8+
# only non-draft PR and when there are "pushes" to the open PR
9+
types: [review_requested, ready_for_review, synchronize]
1010
branches:
1111
- release-* # all release-<version> branches
1212

0 commit comments

Comments
 (0)