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