mirror of https://github.com/waku-org/js-waku.git
17 lines
373 B
YAML
17 lines
373 B
YAML
|
name: npm i
|
||
|
|
||
|
runs:
|
||
|
using: "composite"
|
||
|
steps:
|
||
|
- run: npm i
|
||
|
shell: bash
|
||
|
if: contains('
|
||
|
refs/heads/master
|
||
|
refs/heads/release-please--branches--master
|
||
|
', github.ref)
|
||
|
- uses: bahmutov/npm-install@v1
|
||
|
if: contains('
|
||
|
refs/heads/master
|
||
|
refs/heads/release-please--branches--master
|
||
|
', github.ref) == false
|