Skip to content

Commit

Permalink
ci(actions): trigger pull_request action upon creation of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Oct 31, 2024
1 parent 49d0ae5 commit daa66db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Validate

on: [pull_request]
on:
pull_request:
types: [opened, synchronize, reopened]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -37,12 +39,12 @@ jobs:
subcrate: node

- name: Checking version of wallet
uses: ./.github/actions/versions-match
uses: ./.github/actions/versions-match
with:
subcrate: wallet

- name: Checking version of toolkit
uses: ./.github/actions/versions-match
uses: ./.github/actions/versions-match
with:
subcrate: toolkit

Expand Down

0 comments on commit daa66db

Please sign in to comment.