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

@ -24,6 +24,8 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check for changed files
id: changed-files
uses: tj-actions/changed-files@v11