Only run deploy action when manually triggered

This commit is contained in:
Brian Hackett 2025-02-19 14:46:49 -08:00
parent 4795d02150
commit dbaf92b3e8

View File

@ -1,9 +1,10 @@
name: CI/CD name: CI/CD and Deploy
on: on:
push: #push:
branches: # branches:
- main # - main
workflow_dispatch:
pull_request: pull_request:
jobs: jobs: