file-declutter 0.1.1

Reorganizes files into nested folders based on their filenames.
Documentation
name: Release

on:
  push:
    branches:
      - main
      - 'hotfix/**'
      - 'release/**'

  workflow_dispatch:

jobs:
  test:
    uses: ./.github/workflows/test.yml
    with:
      test-args: -- --include-ignored

  call-release-workflow:
    uses: FloGa/rust-workflows/.github/workflows/release.yml@0.5.0
    with:
      targets-config: ./.github/targets.json
    secrets:
      CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
    needs:
      - test