Update .github/workflows/deploy.yml
All checks were successful
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 1m0s

This commit is contained in:
Alex Savin
2025-04-28 12:12:49 -04:00
parent 75172b995c
commit d0016b9a9b

View File

@ -1,10 +1,21 @@
name: Deploy Project
on:
workflow_run:
workflows: build-and-push
types:
- completed #requested
workflow_dispatch:
branches:
- develop
paths-ignore:
- 'README.md'
# - '.github/**'
inputs:
Version:
description: Application Version
type: string
required: true
Env:
description: Deployment Environment
type: environment
required: true
jobs:
on-success: