We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ec7d8 commit e556defCopy full SHA for e556def
.github/workflows/tests-release.yml
@@ -2,11 +2,11 @@ name: Tests for Release
2
3
on:
4
push:
5
- types: [review_requested, ready_for_review] # only non-draft PR
6
branches:
7
- release-* # all release-<version> branches
8
pull_request:
9
+ # only non-draft PR and when there are "pushes" to the open PR
+ types: [review_requested, ready_for_review, synchronize]
10
11
12
0 commit comments