name: CI on: push: branches: ["**"] workflow_dispatch: jobs: feature: name: Feature if: github.ref != 'refs/heads/main' uses: niko/gitea-ci-library/.gitea/workflows/ci-feature.yml@feature/docker-kuntoon secrets: inherit main: name: Main if: github.ref == 'refs/heads/main' uses: niko/gitea-ci-library/.gitea/workflows/ci-main.yml@feature/docker-kuntoon secrets: inherit