Skip to content

Cleaned up my code from last night #186

Cleaned up my code from last night

Cleaned up my code from last night #186

Workflow file for this run

name: On Push
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
ci:
uses: ./.github/workflows/ci.yml
cd:
needs:
- ci
uses: ./.github/workflows/cd.yml