rebuild web3-experimental pipeline when yaml file chagned
This commit is contained in:
parent
9adaab06ce
commit
34835f4906
|
@ -5,10 +5,12 @@ on:
|
|||
branches: ["master"]
|
||||
paths:
|
||||
- "web3.js-experimental/**"
|
||||
- ".github/workflows/web3-experimental.yml"
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
paths:
|
||||
- "web3.js-experimental/**"
|
||||
- ".github/workflows/web3-experimental.yml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue