Skip to content

Build CLI Basic With NVM #59

Build CLI Basic With NVM

Build CLI Basic With NVM #59

name: Build CLI Basic With NVM
on:
push:
paths:
- cli/basic-with-nvm/**
- .github/workflows/cli-basic-with-nvm.yaml
- .github/workflows/docker-reusable.yaml
workflow_dispatch:
schedule:
- cron: '0 12 1,15 * *'
jobs:
build-and-deploy-basic-with-nvm:
uses: ./.github/workflows/docker-reusable.yaml
permissions:
packages: write
with:
name: cli-basic-with-nvm
path: cli/basic-with-nvm
push: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == 'main') }}
qemu: false
secrets: inherit