ci: change npm tags for v2, disable sfdx release #13974
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |