Pipeline Trigger Change and Newline Format (#193)

This commit is contained in:
Kevin Dang
2026-05-11 11:42:48 -07:00
committed by GitHub
parent 32137dacb0
commit c0e29b3bbe
9 changed files with 263 additions and 262 deletions

View File

@@ -1,9 +1,10 @@
name: Deploy
run-name: Deploy Application Latest
on:
push:
tags:
- 'v*'
# on:
# push:
# tags:
# - 'v*'
on: workflow_dispatch
jobs:
Deploy-Application: