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.
pull_request
1 parent 49d0ae5 commit daa66dbCopy full SHA for daa66db
.github/workflows/pull_request.yml
@@ -1,6 +1,8 @@
1
name: Validate
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened]
6
7
env:
8
CARGO_TERM_COLOR: always
@@ -37,12 +39,12 @@ jobs:
37
39
subcrate: node
38
40
41
- name: Checking version of wallet
- uses: ./.github/actions/versions-match
42
+ uses: ./.github/actions/versions-match
43
with:
44
subcrate: wallet
45
46
- name: Checking version of toolkit
47
48
49
subcrate: toolkit
50
0 commit comments