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 name: Deploy Project
on: on:
workflow_run: workflow_dispatch:
workflows: build-and-push branches:
types: - develop
- completed #requested paths-ignore:
- 'README.md'
# - '.github/**'
inputs:
Version:
description: Application Version
type: string
required: true
Env:
description: Deployment Environment
type: environment
required: true
jobs: jobs:
on-success: on-success: