Skip to content

Add workflows

Add workflows #2

Workflow file for this run

name: "Deploy"
on: [push, workflow_dispatch]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
echo "Deploying..."