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 4dca608 commit 96b3065Copy full SHA for 96b3065
.github/workflows/Tests.yml
@@ -6,6 +6,24 @@ on:
6
- stable
7
tags:
8
- v*
9
+ pull_request:
10
+ types:
11
+ - opened
12
+ - edited
13
+ - reopened
14
+ - ready_for_review
15
+ branches-ignore:
16
+ - '*-patc*'
17
+ pull_request_target:
18
19
20
21
22
+ - synchronize
23
24
+ branches:
25
+ - master
26
+ - stable
27
28
# Declare default permissions as read only.
29
permissions: read-all
0 commit comments