Skip to content

chore: promote the v2 branch when publishing on v2 #15713

chore: promote the v2 branch when publishing on v2

chore: promote the v2 branch when publishing on v2 #15713

name: 'package-lock.json root validator'
on:
push:
branches: [v2]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
pull_request:
branches: [v2]
paths-ignore:
- '**/package-lock.json'
- '!package-lock.json'
jobs:
lockfile-outside-of-root:
runs-on: ubuntu-latest
steps:
- run: exit 0