15 lines
316 B
YAML
15 lines
316 B
YAML
name: Deploy to dev
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push: # Push events on every tag / only for nm-dev
|
|
tags:
|
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
|
|
|
jobs:
|
|
nm-update-dev:
|
|
uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21
|
|
secrets: inherit
|
|
with:
|
|
nm_repo: gmetrivr/nm-dev
|