chore: forgot to add ci dependency chain

This commit is contained in:
Dexxiez 2023-12-29 20:01:47 +11:00
parent 2f4dbf06a2
commit 392b386314
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }} # Only build when pushed to main
needs: test
steps:
- name: Checkout
uses: actions/checkout@v4