This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: deploy on main again (#70)

+1 -1
+1 -1
.github/workflows/ci.yml
··· 52 52 53 53 deploy: 54 54 needs: build 55 - if: github.event.pull_request.head.repo.full_name == 'tombl/distro' 55 + if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'tombl/distro' 56 56 runs-on: ubuntu-24.04 57 57 steps: 58 58 - uses: actions/checkout@v5