Skip to content

Updated the deploy step and also updated the CD manual deploy step ya… #16

Updated the deploy step and also updated the CD manual deploy step ya…

Updated the deploy step and also updated the CD manual deploy step ya… #16

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- name: Simple Test
run: echo "Testing!"