Skip to content

update link

update link #17

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
ci:
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'main' }}
uses: ./.github/workflows/workflow-partial-ci.yml
secrets: inherit
with:
deploy: true