Fetch full lib-builder repo on repository dispatch event

This commit is contained in:
me-no-dev 2024-03-05 13:13:43 +02:00
parent 06899c1e96
commit f17fb9c58f

View file

@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: bash ./tools/prepare-ci.sh
- name: Handle Event