Skip to content

Removed the automatic build portion on a push to the main branch. #12

Removed the automatic build portion on a push to the main branch.

Removed the automatic build portion on a push to the main branch. #12

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!"