on:
  workflow_dispatch:
  push:
    branches: [ release, main ]

jobs:
  include:
    runs-on: shell
    steps:
      - id: init
        uses: main/config/.gitea/workflows@main
        with:
          repo: ${{ gitea.repository }}
          branch: ${{ gitea.ref_name }}