Fix CI not running on main

This commit is contained in:
Charles Bochet
2024-10-21 13:16:01 +02:00
parent a5b2b3522f
commit 2f72e22ff9
3 changed files with 12 additions and 3 deletions

View File

@ -22,6 +22,8 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for changed files
id: changed-files