Updated the deploy step and also updated the CD manual deploy step ya… #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tests | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
test-image: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Simple Test | |
run: echo "Testing!" |