Skip to content

Commit daa66db

Browse files
committed
ci(actions): trigger pull_request action upon creation of PR
1 parent 49d0ae5 commit daa66db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pull_request.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Validate
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
46

57
env:
68
CARGO_TERM_COLOR: always
@@ -37,12 +39,12 @@ jobs:
3739
subcrate: node
3840

3941
- name: Checking version of wallet
40-
uses: ./.github/actions/versions-match
42+
uses: ./.github/actions/versions-match
4143
with:
4244
subcrate: wallet
4345

4446
- name: Checking version of toolkit
45-
uses: ./.github/actions/versions-match
47+
uses: ./.github/actions/versions-match
4648
with:
4749
subcrate: toolkit
4850

0 commit comments

Comments
 (0)