Skip to content

Adds LICENSE file

Adds LICENSE file #6

Workflow file for this run

name: Push
on:
push:
jobs:
build:
uses: ./.github/workflows/build.yaml
publish:
if: github.ref_name == 'main'
needs: build
uses: ./.github/workflows/publish.yaml