diff options
author | HiDeoo | 2024-07-03 18:06:30 +0200 |
---|---|---|
committer | GitHub | 2024-07-03 18:06:30 +0200 |
commit | 4fe62f9d01fbb1248afb1da8d49047f8ed37f5f3 (patch) | |
tree | 6979b9c8911b5fb17437c5f63e5dc1911103f554 | |
parent | e36c110e47e6f863783072550e131cc4b766c83b (diff) | |
download | IT.starlight-4fe62f9d01fbb1248afb1da8d49047f8ed37f5f3.tar.gz IT.starlight-4fe62f9d01fbb1248afb1da8d49047f8ed37f5f3.tar.bz2 IT.starlight-4fe62f9d01fbb1248afb1da8d49047f8ed37f5f3.zip |
Fix CI workflow for `main` branch (#2080)
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4479cee9..90a1474d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: docs: ${{ steps.filter.outputs.docs }} packages: ${{ steps.filter.outputs.packages }} steps: + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v3 id: filter with: |