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 510546b commit 88a7bfeCopy full SHA for 88a7bfe
.github/workflows/tests-release.yml
@@ -2,6 +2,7 @@ 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:
.github/workflows/tests.yml
@@ -8,6 +8,8 @@ on:
9
- master # allthough master is push protected we still keep it
10
- development
11
+ branches-ignore:
12
+ - release-* # on release we run an extended workflow so no need for this
13
pull_request: # runs on all PR
14
branches-ignore:
15
- release-* # on release we run an extended workflow so no need for this
0 commit comments