Skip to content

Added a templated tag-release workflow #17

Added a templated tag-release workflow

Added a templated tag-release workflow #17

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