name: release on: push: branches: - main # Or your desired branch jobs: checkout: runs-on: fedora-cloud-42 # container: git.phyllo.me/roots/fedora-runner-image:42 steps: - uses: checkout@v6 with: fetch-depth: 0